Re: [PATCH] ARM: configs: libretech-ac: enable USB_DFU like in meson64.h

2023-11-06 Thread Neil Armstrong
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://sourc

[PATCH] ARM: configs: libretech-ac: enable USB_DFU like in meson64.h

2023-11-02 Thread Neil Armstrong
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 --- include/configs/libretech-ac.h | 1 + 1 file changed, 1 insertion(+) dif