aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-03-24 13:32:32 -0400
committerTom Rini <trini@konsulko.com>2023-03-24 13:32:32 -0400
commit08c89749a993890a6686132769c8ae9bbcfdd964 (patch)
tree5a3a785ac4e71758b6242d384b115e7e85b61854
parent9d31f93983102b2c11a28aaa8fffdfb7fc20f5fc (diff)
downloadu-boot-WIP/v4-fix-rk3399-default-bootcmd.zip
u-boot-WIP/v4-fix-rk3399-default-bootcmd.tar.gz
u-boot-WIP/v4-fix-rk3399-default-bootcmd.tar.bz2
rockchip: Use BOOTSTD_DEFAULTS if not DISTRO_DEFAULTSWIP/v4-fix-rk3399-default-bootcmd
When we do not enable DISTRO_DEFAULTS (generally, to get distro_bootcmd) we instea do want to imply BOOTSTD_DEFAULTS so that when using bootstd the general distro boot functionality will still work. Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 4e7ebea..8a1e223 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1956,6 +1956,7 @@ config ARCH_ROCKCHIP
imply CMD_DM
imply DEBUG_UART_BOARD_INIT
imply DISTRO_DEFAULTS if !ROCKCHIP_RK3399
+ imply BOOTSTD_DEFAULTS if !DISTRO_DEFAULTS
imply FAT_WRITE
imply SARADC_ROCKCHIP
imply SPL_SYSRESET