aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini2023-11-06 09:47:13 -0500
committerTom Rini2023-11-06 09:47:13 -0500
commit274f41c653b0ca3be1bf66b7b8e3e9c47d73e3e4 (patch)
treef42964b7e6219173aa649d5346c2c32f6c6cc4d6 /include
parentfd0d7d7efecd22d5a9cc77cb7589c4f144a1c506 (diff)
parentc550e81171940932664a85bda315a6a073aae23c (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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/libretech-ac.h b/include/configs/libretech-ac.h
index bf20d315430..16239f25202 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) \