diff mbox series

[RESEND] colibri_imx6: adjust boot order

Message ID 20210407192910.286331-1-oleksandr.suvorov@toradex.com
State Accepted
Commit 3470b45abadb2a6517a59a846a08d9f75d1f8166
Delegated to: Stefano Babic
Headers show
Series [RESEND] colibri_imx6: adjust boot order | expand

Commit Message

Oleksandr Suvorov April 7, 2021, 7:29 p.m. UTC
From: Igor Opaniuk <igor.opaniuk@toradex.com>

Remove duplicate of mmc0, set this boot order:
1) SD
2) eMMC
3) USB
4) DHCP boot

Fixes: 0e15165bc4e0 ("colibri_imx6: boot env configuration updates")
Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>
---

 include/configs/colibri_imx6.h | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/include/configs/colibri_imx6.h b/include/configs/colibri_imx6.h
index c014d6b2d5..5f5e201b4c 100644
--- a/include/configs/colibri_imx6.h
+++ b/include/configs/colibri_imx6.h
@@ -72,7 +72,6 @@ 
 
 #ifndef CONFIG_SPL_BUILD
 #define BOOT_TARGET_DEVICES(func) \
-	func(MMC, mmc, 0) \
 	func(MMC, mmc, 1) \
 	func(MMC, mmc, 0) \
 	func(USB, usb, 0) \