From: Marek Vasut Date: Sat, 10 Jan 2026 20:34:19 +0000 (+0100) Subject: ARM: imx: Enable boot from both USB controllers on all i.MX6 DHSOM X-Git-Tag: v2026.04-rc1~29^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a030f4c5151056f16f6c2300de7a0ad6f2a812e;p=thirdparty%2Fu-boot.git ARM: imx: Enable boot from both USB controllers on all i.MX6 DHSOM Enable boot from both USB controller 0 and 1 on all i.MX6 DHSOM. Signed-off-by: Marek Vasut --- diff --git a/include/configs/dh_imx6.h b/include/configs/dh_imx6.h index d849cb544be..4041e7e424a 100644 --- a/include/configs/dh_imx6.h +++ b/include/configs/dh_imx6.h @@ -54,6 +54,7 @@ func(MMC, mmc, 0) \ func(MMC, mmc, 1) \ func(MMC, mmc, 2) \ + func(USB, usb, 0) \ func(USB, usb, 1) \ func(SATA, sata, 0) \ func(DHCP, dhcp, na)