From: Marek Vasut Date: Sun, 5 Mar 2023 23:21:31 +0000 (+0100) Subject: ARM: imx: Include on-SoM microSD in list of i.MX6 DHCOM boot devices X-Git-Tag: baikal/mips/sdk6.2~4^2~3^2~175^2~16^2~38 X-Git-Url: https://git.baikalelectronics.ru/sdk/?a=commitdiff_plain;h=ac493570cfb40b032007157699d8eab4fc87e416;p=uboot.git 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 Reviewed-by: Fabio Estevam --- diff --git a/include/configs/dh_imx6.h b/include/configs/dh_imx6.h index 5cf73274d5..e9b382a3b7 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) \