From: Ricardo Salveti de Araujo Date: Sun, 3 Jul 2016 16:59:01 +0000 (-0300) Subject: dragonboard410c: prefer sdcard boot over emmc X-Git-Tag: v2016.09-rc1~99 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5a6f576663d59cb3e08a619510701b7e1dea6128;p=u-boot 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 Signed-off-by: Ricardo Salveti Reviewed-by: Andreas Färber Tested-by: Andreas Färber Acked-by: Mateusz Kulikowski --- diff --git a/include/configs/dragonboard410c.h b/include/configs/dragonboard410c.h index 4b009223b2..74a827d2d0 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