diff options
author | Tom Rini <trini@konsulko.com> | 2018-08-07 21:36:20 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-08-07 21:36:20 -0400 |
commit | fc82e7684ba31a1a6ef721e7d750f37117906a70 (patch) | |
tree | b8ebeb9450162362a4f93194d44d3219f1b99a58 /include/configs/exynos5-common.h | |
parent | b1aad8dbe28415695b290726199681ced969c118 (diff) | |
parent | 972d8576d225c5fa8187ba09306fd439967ca7d8 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-samsung
Diffstat (limited to 'include/configs/exynos5-common.h')
-rw-r--r-- | include/configs/exynos5-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/exynos5-common.h b/include/configs/exynos5-common.h index a7621fc701..cd2a9046af 100644 --- a/include/configs/exynos5-common.h +++ b/include/configs/exynos5-common.h @@ -138,6 +138,7 @@ #define BOOT_TARGET_DEVICES(func) \ func(MMC, mmc, 1) \ func(MMC, mmc, 0) \ + func(MMC, mmc, 2) \ func(PXE, pxe, na) \ func(DHCP, dhcp, na) |