Home
last modified time | relevance | path

Searched refs:bootsel (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/board/grinn/liteboard/
H A Dboard.c78 u32 bootsel; in mmc_get_env_devno() local
80 bootsel = (soc_sbmr & 0x000000FF) >> 6; in mmc_get_env_devno()
83 if (bootsel != 1) in mmc_get_env_devno()
/openbmc/u-boot/arch/arm/mach-imx/mx6/
H A Dsoc.c458 u32 bootsel; in mmc_get_boot_dev() local
467 bootsel = (soc_sbmr & 0x000000FF) >> 6; in mmc_get_boot_dev()
470 if (bootsel != 1) in mmc_get_boot_dev()