diff options
author | Tom Rini <trini@konsulko.com> | 2019-09-06 08:04:28 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-09-06 08:04:28 -0400 |
commit | 9562b20dba65e33fc4afc27d83641463f017221b (patch) | |
tree | a2348dae3e932780b5adb84b733c6680fe2ed954 /include/configs | |
parent | 6128e61429a5d989cbb1e1a92b02791f69615c42 (diff) | |
parent | d7441d8a9ac9602afa92bf2649890a2208ffada1 (diff) |
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-samsung
- ARM: exynos5: Try to boot on mmc2 before mmc0/1
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 397bbf6d9d..e0a4d76d53 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) |