On Tue, Aug 1, 2023 at 4:17 AM Kever Yang <[email protected]> wrote: > > Hi Peter, > > Could you update the patchset with patches you still want to send?
Can you just drop this patch and take the rest from the set? > > Thanks, > > - Kever > > On 2023/6/14 20:43, Peter Robinson wrote: > > Start the USB stack so usb storage can be used. Adding the command > > as usb keyboard isn't enabled as there's not currently display output. > > > > Signed-off-by: Peter Robinson <[email protected]> > > --- > > configs/rock64-rk3328_defconfig | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/configs/rock64-rk3328_defconfig > > b/configs/rock64-rk3328_defconfig > > index 5e36612bb80..1da9b0545a5 100644 > > --- a/configs/rock64-rk3328_defconfig > > +++ b/configs/rock64-rk3328_defconfig > > @@ -23,6 +23,8 @@ CONFIG_DEBUG_UART_BASE=0xFF130000 > > CONFIG_DEBUG_UART_CLOCK=24000000 > > CONFIG_SYS_LOAD_ADDR=0x800800 > > CONFIG_DEBUG_UART=y > > +CONFIG_USE_PREBOOT=y > > +CONFIG_PREBOOT="usb start" > > # CONFIG_ANDROID_BOOT_IMAGE is not set > > CONFIG_FIT=y > > CONFIG_FIT_VERBOSE=y

