colibri_imx6: remove legacy sdboot wrapper
[oweals/u-boot.git] / include / configs / exynos5-common.h
index db1fc934bbba08568952b357b643d779408bf1a3..e0a4d76d53800d268d5afa45bccd086a49a29e1c 100644 (file)
@@ -44,7 +44,6 @@
 
 /* MMC SPL */
 #define COPY_BL2_FNPTR_ADDR    0x02020030
-#define CONFIG_SUPPORT_EMMC_BOOT
 
 /* specific .lds file */
 
 #define EXYNOS_IRAM_SECONDARY_BASE     0x02020018
 
 #define BOOT_TARGET_DEVICES(func) \
+       func(MMC, mmc, 2) \
        func(MMC, mmc, 1) \
        func(MMC, mmc, 0) \
-       func(MMC, mmc, 2) \
        func(PXE, pxe, na) \
        func(DHCP, dhcp, na)