* [U-Boot] [PATCH] dragonboard410c: prefer sdcard boot over emmc
@ 2016-07-03 16:59 Ricardo Salveti
2016-07-12 1:16 ` Andreas Färber
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Ricardo Salveti @ 2016-07-03 16:59 UTC (permalink / raw)
To: u-boot
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>
--
2.7.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH] dragonboard410c: prefer sdcard boot over emmc
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
2016-07-16 13:50 ` [U-Boot] " Tom Rini
2 siblings, 0 replies; 4+ messages in thread
From: Andreas Färber @ 2016-07-12 1:16 UTC (permalink / raw)
To: u-boot
Am 03.07.2016 um 18:59 schrieb Ricardo Salveti:
> 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>
Reviewed-by: Andreas F?rber <afaerber@suse.de>
Tested-by: Andreas F?rber <afaerber@suse.de>
Thanks,
Andreas
--
SUSE Linux GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany
GF: Felix Imend?rffer, Jane Smithard, Graham Norton
HRB 21284 (AG N?rnberg)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH] dragonboard410c: prefer sdcard boot over emmc
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
2016-07-16 13:50 ` [U-Boot] " Tom Rini
2 siblings, 0 replies; 4+ messages in thread
From: Mateusz Kulikowski @ 2016-07-12 19:26 UTC (permalink / raw)
To: u-boot
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>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] dragonboard410c: prefer sdcard boot over emmc
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
@ 2016-07-16 13:50 ` Tom Rini
2 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2016-07-16 13:50 UTC (permalink / raw)
To: u-boot
On Sun, Jul 03, 2016 at 01:59:01PM -0300, Ricardo Salveti de Araujo 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>
> Reviewed-by: Andreas F?rber <afaerber@suse.de>
> Tested-by: Andreas F?rber <afaerber@suse.de>
> Acked-by: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160716/3ba51b73/attachment.sig>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-07-16 13:50 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2016-07-16 13:50 ` [U-Boot] " Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox