[v4 6/7] rockchip: Use BOOTSTD_DEFAULTS if not DISTRO_DEFAULTS
Tom Rini
trini at konsulko.com
Fri Mar 24 21:58:15 CET 2023
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 at konsulko.com>
---
Changes in v4:
- New patch
---
arch/arm/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 4e7ebeaee87d..8a1e22342248 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
--
2.34.1
More information about the U-Boot
mailing list