Searched refs:boot_mode_sf (Results 1 – 1 of 1) sorted by relevance
31 static u8 boot_mode_sf; variable214 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()