aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-03-24 16:58:14 -0400
committerTom Rini <trini@konsulko.com>2023-03-27 11:16:04 -0400
commit2b9cc7845cf96955db363519faab9a78e166c453 (patch)
tree885827af5baf80689c648054650e9f4188438691 /arch/arm/Kconfig
parenta0c739c184cab7b2dc77315b5ed8c9cebe90bf63 (diff)
downloadu-boot-2b9cc7845cf96955db363519faab9a78e166c453.zip
u-boot-2b9cc7845cf96955db363519faab9a78e166c453.tar.gz
u-boot-2b9cc7845cf96955db363519faab9a78e166c453.tar.bz2
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 <sjg@chromium.org> Tested-by: Vagrant Cascadian <vagrant@debian.org>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index bd7fffc..4e7ebea 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