From: Vagrant Cascadian <vagrant@debian.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/2] Enable MMC boot on meson-gxbb.
Date: Sun, 16 Apr 2017 15:01:32 -0700 [thread overview]
Message-ID: <20170416220133.31043-2-vagrant@debian.org> (raw)
In-Reply-To: <20170416220133.31043-1-vagrant@debian.org>
This enables booting from microSD and eMMC on odroid-c2 by using the
distro_bootcmd MMC functions.
Signed-off-by: Vagrant Cascadian <vagrant@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
next prev parent reply other threads:[~2017-04-16 22:01 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-16 22:01 [U-Boot] [PATCH 0/2] Enable MMC and PXE boot on meson-gxbb systems Vagrant Cascadian
2017-04-16 22:01 ` Vagrant Cascadian [this message]
2017-04-16 22:02 ` [U-Boot] [PATCH 1/2] Enable MMC boot on meson-gxbb Andreas Färber
2017-04-16 22:01 ` [U-Boot] [PATCH 2/2] Enable PXE " Vagrant Cascadian
2017-04-16 22:04 ` Andreas Färber
2017-04-17 22:26 ` Vagrant Cascadian
2017-04-17 22:42 ` Andreas Färber
2017-04-17 23:05 ` Vagrant Cascadian
2017-05-01 16:56 ` Andreas Färber
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170416220133.31043-2-vagrant@debian.org \
--to=vagrant@debian.org \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.