aboutsummaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2023-03-06 00:21:31 +0100
committerStefano Babic <sbabic@denx.de>2023-03-30 08:40:27 +0200
commit15db316726eadd3614e8201f67a25723a7d49892 (patch)
tree9e17c5253572e08c851d47cff535c14c3be8e256 /include/configs
parent414f0537383f6fa010ea55e8717749c408896b6c (diff)
downloadu-boot-15db316726eadd3614e8201f67a25723a7d49892.zip
u-boot-15db316726eadd3614e8201f67a25723a7d49892.tar.gz
u-boot-15db316726eadd3614e8201f67a25723a7d49892.tar.bz2
ARM: imx: Include on-SoM microSD in list of i.MX6 DHCOM boot devices
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>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/dh_imx6.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/dh_imx6.h b/include/configs/dh_imx6.h
index 5cf7327..e9b382a 100644
--- 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) \