Skip to content

Commit 5ac2d04

Browse files
committed
roc-pc-*rk3399: use PREBOOT for default usb start
The boards are using CONFIG_USB_KEYBOARD=y, but usb doesn't get setup automatically on boot since CONFIG_USE_PREBOOT=y is not present.
1 parent 488ba44 commit 5ac2d04

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

configs/roc-pc-mezzanine-rk3399_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ CONFIG_SYS_LOAD_ADDR=0x800800
2323
CONFIG_PCI=y
2424
CONFIG_DEBUG_UART=y
2525
# CONFIG_ANDROID_BOOT_IMAGE is not set
26+
CONFIG_USE_PREBOOT=y
2627
CONFIG_DEFAULT_FDT_FILE="rockchip/rk3399-roc-pc-mezzanine.dtb"
2728
CONFIG_DISPLAY_BOARDINFO_LATE=y
2829
CONFIG_MISC_INIT_R=y

0 commit comments

Comments
 (0)