From: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] dragonboard410c: prefer sdcard boot over emmc
Date: Tue, 12 Jul 2016 21:26:59 +0200 [thread overview]
Message-ID: <57854483.9070905@gmail.com> (raw)
In-Reply-To: <1467565141-17740-1-git-send-email-rsalveti@rsalveti.net>
On 03.07.2016 18:59, Ricardo Salveti wrote:
> Make the external devices the preferred ones when booting the system
> (usb is already the first option). This allows users to easily boot
> custom distributions without requiring them to reflash/customize u-boot.
>
> Cc: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
> Signed-off-by: Ricardo Salveti <rsalveti@rsalveti.net>
> ---
> include/configs/dragonboard410c.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/configs/dragonboard410c.h b/include/configs/dragonboard410c.h
> index 4b00922..74a827d 100644
> --- a/include/configs/dragonboard410c.h
> +++ b/include/configs/dragonboard410c.h
> @@ -84,8 +84,8 @@
>
> #define BOOT_TARGET_DEVICES(func) \
> func(USB, usb, 0) \
> - func(MMC, mmc, 0) \
> func(MMC, mmc, 1) \
> + func(MMC, mmc, 0) \
> func(DHCP, dhcp, na)
>
> #include <config_distro_bootcmd.h>
>
+1, I don't know why didn't I thought about that.
Acked-by: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
next prev parent reply other threads:[~2016-07-12 19:26 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-03 16:59 [U-Boot] [PATCH] dragonboard410c: prefer sdcard boot over emmc Ricardo Salveti
2016-07-12 1:16 ` Andreas Färber
2016-07-12 19:26 ` Mateusz Kulikowski [this message]
2016-07-16 13:50 ` [U-Boot] " Tom Rini
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=57854483.9070905@gmail.com \
--to=mateusz.kulikowski@gmail.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox