[U-Boot] [PATCH 1/2] Enable MMC boot on meson-gxbb.
Vagrant Cascadian
vagrant at debian.org
Sun Apr 16 22:01:32 UTC 2017
This enables booting from microSD and eMMC on odroid-c2 by using the
distro_bootcmd MMC functions.
Signed-off-by: Vagrant Cascadian <vagrant at debian.org>
---
include/configs/meson-gxbb-common.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/configs/meson-gxbb-common.h b/include/configs/meson-gxbb-common.h
index cc2b5b61d4..c3229ea2cf 100644
--- a/include/configs/meson-gxbb-common.h
+++ b/include/configs/meson-gxbb-common.h
@@ -39,6 +39,8 @@
#include <config_distro_defaults.h>
#define BOOT_TARGET_DEVICES(func) \
+ func(MMC, mmc, 0) \
+ func(MMC, mmc, 1) \
func(DHCP, dhcp, na)
#include <config_distro_bootcmd.h>
--
2.11.0
More information about the U-Boot
mailing list