From: Kever Yang Date: Fri, 13 Dec 2019 02:48:51 +0000 (+0800) Subject: rockchip: firefly-px30: Fix the MACRO for CONFIG_DEBUG_UART2_CHANNEL X-Git-Tag: v2020.01~4^2~10 X-Git-Url: https://git.librecmc.org/?p=oweals%2Fu-boot.git;a=commitdiff_plain;h=b5dc3fbc295765b27012d2ae4cc1a798fcc883f4 rockchip: firefly-px30: Fix the MACRO for CONFIG_DEBUG_UART2_CHANNEL The Macro has update without update the defconfig, update the defconfig to make Mcaro correct. Fixes: ec4fafdf1f ("rockchip: px30: Rename CONFIG_DEBUG_UART2_CHANNEL to...") Signed-off-by: Kever Yang --- diff --git a/configs/firefly-px30_defconfig b/configs/firefly-px30_defconfig index fa4ac75b09..5171bf82ee 100644 --- a/configs/firefly-px30_defconfig +++ b/configs/firefly-px30_defconfig @@ -32,7 +32,7 @@ CONFIG_SPL_CRC32_SUPPORT=y CONFIG_SPL_ATF=y # CONFIG_TPL_FRAMEWORK is not set # CONFIG_CMD_BOOTD is not set -CONFIG_DEBUG_UART2_CHANNEL=1 +CONFIG_DEBUG_UART_CHANNEL=1 # CONFIG_CMD_ELF is not set # CONFIG_CMD_IMI is not set # CONFIG_CMD_XIMG is not set