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-Url: http://git.dujemihanovic.xyz/%22/img/sics.gif/%22/static/git-favicon.png?a=commitdiff_plain;h=15db316726eadd3614e8201f67a25723a7d49892;p=u-boot.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) \