projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72b3732
)
colibri_imx6: adjust boot order
author
Igor Opaniuk
<igor.opaniuk@toradex.com>
Thu, 11 Mar 2021 20:00:34 +0000
(22:00 +0200)
committer
Stefano Babic
<sbabic@denx.de>
Thu, 8 Apr 2021 18:29:53 +0000
(20:29 +0200)
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>
Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
include/configs/colibri_imx6.h
patch
|
blob
|
history
diff --git
a/include/configs/colibri_imx6.h
b/include/configs/colibri_imx6.h
index c014d6b2d5fa5993a1584c7f51ec18191cd8baca..5f5e201b4c0c88192430b7b84a74c678e1225fc7 100644
(file)
--- 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) \