Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/aries/ma5d4evk/
H A Dma5d4evk.c31 static u8 boot_mode_sf; variable
214 ret = atmel_mci_init(boot_mode_sf ? mci0 : mci1); in board_mmc_init()
220 ret = atmel_mci_init(boot_mode_sf ? mci1 : mci0); in board_mmc_init()
287 boot_mode_sf = (sf != NULL); in board_identify()
328 env_set("bootmode", boot_mode_sf ? "sf" : "emmc"); in board_late_init()