diff options
| author | Neil Armstrong <[email protected]> | 2023-11-02 14:49:58 +0100 |
|---|---|---|
| committer | Neil Armstrong <[email protected]> | 2023-11-06 09:46:05 +0100 |
| commit | c550e81171940932664a85bda315a6a073aae23c (patch) | |
| tree | e9e84b13b49ef44a67a598fe2e37f450728cbe44 /include | |
| parent | e9f4f7789cdcda342b2f7edb82a6141f82f4c7c2 (diff) | |
ARM: configs: libretech-ac: enable USB_DFU like in meson64.h
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/[email protected]
Signed-off-by: Neil Armstrong <[email protected]>
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 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) \ |
