]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ARM: configs: libretech-ac: enable USB_DFU like in meson64.h
authorNeil Armstrong <neil.armstrong@linaro.org>
Thu, 2 Nov 2023 13:49:58 +0000 (14:49 +0100)
committerNeil Armstrong <neil.armstrong@linaro.org>
Mon, 6 Nov 2023 08:46:05 +0000 (09:46 +0100)
USB_DFU was added in meson64.h but is missing in libretech-ac.h,
fix this to enable DFU RAM boot for libretech-ac.

Fixes 4aa027b3f8 ("configs: meson64: add alternate USB DFU boot target")

Link: https://lore.kernel.org/r/20231102-libretech-ac-fix-dfu-v1-1-112379165028@linaro.org
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
include/configs/libretech-ac.h

index bf20d3154302972379310a9466c64588b820da93..16239f25202e8e41860331ce5698d81aed37228f 100644 (file)
@@ -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) \