]> git.sur5r.net Git - u-boot/blobdiff - board/atmel/sama5d3_xplained/sama5d3_xplained.c
configs: at91: Remove CONFIG_SYS_EXTRA_OPTIONS assignment
[u-boot] / board / atmel / sama5d3_xplained / sama5d3_xplained.c
index ba7f9f244342dd9779e2973bd4892005a97b5fef..f32e86b0cb275bc2e1149e4dc4d714dcfe7ca0f4 100644 (file)
@@ -112,11 +112,11 @@ int dram_init(void)
 #ifdef CONFIG_SPL_BUILD
 void spl_board_init(void)
 {
-#ifdef CONFIG_SYS_USE_MMC
+#ifdef CONFIG_SD_BOOT
 #ifdef CONFIG_GENERIC_ATMEL_MCI
        sama5d3_xplained_mci0_hw_init();
 #endif
-#elif CONFIG_SYS_USE_NANDFLASH
+#elif CONFIG_NAND_BOOT
        sama5d3_xplained_nand_hw_init();
 #endif
 }