diff options
| author | Tom Rini <[email protected]> | 2026-01-17 22:29:24 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-01-17 22:29:24 -0600 |
| commit | 6b2d05748cf3cd6ba417a96c00602b0122e10af6 (patch) | |
| tree | d9254fc44c249c7416b6dd2830ff5abb3c8771a8 /include | |
| parent | feb62582bf2e81189dc397a328f3c127dca817c0 (diff) | |
| parent | e13f2a92491fa050685b5a32ffdd51a8b2c20ee8 (diff) | |
Merge tag 'u-boot-imx-master-20260117' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/29031
- Fix interrupt storms in Linux on the imx93_frdm board.
- Defconfig update for tqma6 board.
- Miscellaneous cleanups/improvements for imx93_evk.
- Allow booting from both USB controlles on i.MX6 DHSOM.
- Handle third MAC address for SMARC i.MX95
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) |
