projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
414f053
)
ARM: imx: Include on-SoM microSD in list of i.MX6 DHCOM boot devices
author
Marek Vasut
<marex@denx.de>
Sun, 5 Mar 2023 23:21:31 +0000
(
00:21
+0100)
committer
Stefano Babic
<sbabic@denx.de>
Thu, 30 Mar 2023 06:40:27 +0000
(08:40 +0200)
Add mmc1, which is mapped to optional on-SoM microSD socket,
to the list of distro boot command boot devices.
Signed-off-by: Marek Vasut <marex@denx.de>
Reviewed-by: Fabio Estevam <festevam@denx.de>
include/configs/dh_imx6.h
patch
|
blob
|
history
diff --git
a/include/configs/dh_imx6.h
b/include/configs/dh_imx6.h
index 5cf73274d5e16ffafb21f84681a7f00f8031e6bb..e9b382a3b77ed66314d7fff54e639910f4054746 100644
(file)
--- a/
include/configs/dh_imx6.h
+++ b/
include/configs/dh_imx6.h
@@
-58,6
+58,7
@@
#define BOOT_TARGET_DEVICES(func) \
func(MMC, mmc, 0) \
+ func(MMC, mmc, 1) \
func(MMC, mmc, 2) \
func(USB, usb, 1) \
func(SATA, sata, 0) \