Message ID | 20231102-libretech-ac-fix-dfu-v1-1-112379165028@linaro.org |
---|---|
State | Accepted |
Commit | c550e81171940932664a85bda315a6a073aae23c |
Delegated to: | Neil Armstrong |
Headers | show |
Series | ARM: configs: libretech-ac: enable USB_DFU like in meson64.h | expand |
Hi, On Thu, 02 Nov 2023 14:49:58 +0100, Neil Armstrong wrote: > 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") > > Thanks, Applied to https://source.denx.de/u-boot/custodians/u-boot-amlogic (u-boot-amlogic) [1/1] ARM: configs: libretech-ac: enable USB_DFU like in meson64.h https://source.denx.de/u-boot/custodians/u-boot-amlogic/-/commit/c550e81171940932664a85bda315a6a073aae23c
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) \
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") Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> --- include/configs/libretech-ac.h | 1 + 1 file changed, 1 insertion(+) --- base-commit: a803f87202aa48974bdff4d8100464a8288931e4 change-id: 20231102-libretech-ac-fix-dfu-dbd8109d552d Best regards,