diff options
author | Tom Rini <trini@konsulko.com> | 2023-11-06 09:47:13 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-11-06 09:47:13 -0500 |
commit | 274f41c653b0ca3be1bf66b7b8e3e9c47d73e3e4 (patch) | |
tree | f42964b7e6219173aa649d5346c2c32f6c6cc4d6 /include | |
parent | fd0d7d7efecd22d5a9cc77cb7589c4f144a1c506 (diff) | |
parent | c550e81171940932664a85bda315a6a073aae23c (diff) |
Merge tag 'u-boot-amlogic-20231106' of https://source.denx.de/u-boot/custodians/u-boot-amlogic
- fixup to also enabled DFU RAM boot for libretech-ac
- sm fix to bind child sm devices in the device tree
- add missing A1 clocks for USB stack
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/libretech-ac.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/libretech-ac.h b/include/configs/libretech-ac.h index bf20d31543..16239f2520 100644 --- a/include/configs/libretech-ac.h +++ b/include/configs/libretech-ac.h @@ -11,6 +11,7 @@ #define BOOT_TARGET_DEVICES(func) \ func(ROMUSB, romusb, na) \ + func(USB_DFU, usbdfu, na) \ func(MMC, mmc, 0) \ BOOT_TARGET_DEVICES_USB(func) \ func(PXE, pxe, na) \ |