summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRicardo Salveti de Araujo <rsalveti@rsalveti.net>2016-07-03 13:59:01 -0300
committerTom Rini <trini@konsulko.com>2016-07-14 18:22:40 -0400
commit5a6f576663d59cb3e08a619510701b7e1dea6128 (patch)
treec1486b2bcb842e02e31c2ee758b58ff8ff695227 /include
parent8729d582595dc0a9a666310f9f6001f815684f73 (diff)
downloadu-boot-imx-5a6f576663d59cb3e08a619510701b7e1dea6128.zip
u-boot-imx-5a6f576663d59cb3e08a619510701b7e1dea6128.tar.gz
u-boot-imx-5a6f576663d59cb3e08a619510701b7e1dea6128.tar.bz2
dragonboard410c: prefer sdcard boot over emmc
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>
Diffstat (limited to 'include')
-rw-r--r--include/configs/dragonboard410c.h2
1 files changed, 1 insertions, 1 deletions
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>