diff mbox series

[v4] arch: arm: Kconfig: Enable BOOTSTD_FULL for Rockchip SoCs

Message ID 20231222234358.563121-1-i@shantur.com
State Changes Requested
Delegated to: Kever Yang
Headers show
Series [v4] arch: arm: Kconfig: Enable BOOTSTD_FULL for Rockchip SoCs | expand

Commit Message

Shantur Rathore Dec. 22, 2023, 11:43 p.m. UTC
Rockchip SoCs can support wide range of bootflows.
Without full bootflow commands, it can be difficult to
figure out issues if any, hence enable by default.

Reviewed-by: Simon Glass <sjg@chromium.org>

Signed-off-by: Shantur Rathore <i@shantur.com>
---

Changes in v4:
- Replace BOOTSTD_DEFAULT with BOOTSTD_FULL as previous version
didn't work on next

 arch/arm/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index d812685c98..a0265b36ad 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1985,7 +1985,7 @@  config ARCH_ROCKCHIP
 	imply ADC
 	imply CMD_DM
 	imply DEBUG_UART_BOARD_INIT
-	imply BOOTSTD_DEFAULTS
+	imply BOOTSTD_FULL
 	imply FAT_WRITE
 	imply SARADC_ROCKCHIP
 	imply SPL_SYSRESET