diff options
| author | Marek Vasut <[email protected]> | 2026-01-10 21:34:19 +0100 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2026-01-17 15:00:42 -0300 |
| commit | 9a030f4c5151056f16f6c2300de7a0ad6f2a812e (patch) | |
| tree | 31ab0b6df2cd5191f1b336f5d2d80d09c3f6ddc6 /include | |
| parent | 59d12cb7113acbb728e3a6a2c2149bcde704b60e (diff) | |
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 <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/dh_imx6.h | 1 |
1 files changed, 1 insertions, 0 deletions
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) |
