From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vagrant Cascadian Date: Sun, 16 Apr 2017 15:01:32 -0700 Subject: [U-Boot] [PATCH 1/2] Enable MMC boot on meson-gxbb. In-Reply-To: <20170416220133.31043-1-vagrant@debian.org> References: <20170416220133.31043-1-vagrant@debian.org> Message-ID: <20170416220133.31043-2-vagrant@debian.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de This enables booting from microSD and eMMC on odroid-c2 by using the distro_bootcmd MMC functions. Signed-off-by: Vagrant Cascadian --- 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 #define BOOT_TARGET_DEVICES(func) \ + func(MMC, mmc, 0) \ + func(MMC, mmc, 1) \ func(DHCP, dhcp, na) #include -- 2.11.0