[PATCH 1/4] config: rock64: start USB to make storage usable
Peter Robinson
pbrobinson at gmail.com
Wed Jun 14 14:43:11 CEST 2023
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 <pbrobinson at gmail.com>
---
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
--
2.41.0
More information about the U-Boot
mailing list