diff options
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/exynos5-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/exynos5-common.h b/include/configs/exynos5-common.h index 397bbf6d9d3..e0a4d76d538 100644 --- a/include/configs/exynos5-common.h +++ b/include/configs/exynos5-common.h @@ -128,9 +128,9 @@ #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) |