From 9a030f4c5151056f16f6c2300de7a0ad6f2a812e Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Sat, 10 Jan 2026 21:34:19 +0100 Subject: 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 --- include/configs/dh_imx6.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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) -- cgit v1.2.3