diff --git a/configs/rv1126-usbplug_defconfig b/configs/rockchip-usbplug_defconfig similarity index 100% rename from configs/rv1126-usbplug_defconfig rename to configs/rockchip-usbplug_defconfig index 95b4b2c870..5d95b83fae 100644 --- a/configs/rv1126-usbplug_defconfig +++ b/configs/rockchip-usbplug_defconfig @@ -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 diff --git a/configs/rv1126-usbplug.config b/configs/rv1126-usbplug.config new file mode 100644 index 0000000000..39c3b3d669 --- /dev/null +++ b/configs/rv1126-usbplug.config @@ -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