configs: rv1126-usbplug_defconfig => rv1126-usbplug.config

It overlays rockchip-usbplug_defconfig.

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: Ib53d4da277a47beb84ce92a732ac30b0325b65fa
This commit is contained in:
Joseph Chen 2020-06-05 18:30:31 +08:00 committed by Jianhong Chen
parent 8d2c0f5ee8
commit 22bff7300f
2 changed files with 6 additions and 1 deletions

View File

@ -12,7 +12,6 @@ CONFIG_DEBUG_UART=y
# CONFIG_DISTRO_DEFAULTS is not set
# CONFIG_ARCH_FIXUP_FDT_MEMORY is not set
# CONFIG_PASS_DEVICE_SERIAL_BY_FDT is not set
CONFIG_DEBUG_UART_ALWAYS_MODE=y
# CONFIG_DISPLAY_CPUINFO is not set
# CONFIG_DISPLAY_BOARDINFO is not set
# CONFIG_SPL is not set
@ -86,6 +85,7 @@ CONFIG_BAUDRATE=1500000
CONFIG_DEBUG_UART_BASE=0xff570000
CONFIG_DEBUG_UART_CLOCK=24000000
CONFIG_DEBUG_UART_SHIFT=2
CONFIG_DEBUG_UART_ALWAYS_MODE=y
CONFIG_ROCKCHIP_SFC=y
CONFIG_SYSRESET=y
CONFIG_USB=y

View File

@ -0,0 +1,5 @@
CONFIG_BASE_DEFCONFIG="rockchip-usbplug_defconfig"
CONFIG_DEBUG_UART_BASE=0xff570000
CONFIG_DEFAULT_DEVICE_TREE="rv1126-evb"
CONFIG_ROCKCHIP_RV1126=y
CONFIG_TARGET_EVB_RV1126=y