From: Simon Glass Date: Fri, 24 Mar 2023 20:58:14 +0000 (-0400) Subject: rockchip: Disable DISTRO_DEFAULTS for rk3399 boards X-Git-Tag: baikal/mips/sdk5.8.2~5^2~11^2~2 X-Git-Url: https://git.baikalelectronics.ru/sdk/?a=commitdiff_plain;h=b27d546be16a4168cc6211b2911864d7af092efe;p=uboot.git rockchip: Disable DISTRO_DEFAULTS for rk3399 boards These board have moved to standard boot but the old 'distro_bootcmd' command is still active. Disable DISTRO_DEFAULTS to fix this. Signed-off-by: Simon Glass Tested-by: Vagrant Cascadian --- diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index bd7fffcce0..4e7ebeaee8 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1955,7 +1955,7 @@ config ARCH_ROCKCHIP imply ADC imply CMD_DM imply DEBUG_UART_BOARD_INIT - imply DISTRO_DEFAULTS + imply DISTRO_DEFAULTS if !ROCKCHIP_RK3399 imply FAT_WRITE imply SARADC_ROCKCHIP imply SPL_SYSRESET