aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShantur Rathore <i@shantur.com>2024-01-21 22:04:47 +0000
committerKever Yang <kever.yang@rock-chips.com>2024-02-04 18:47:10 +0800
commitebb0ad4eef0ac4449daba85c5f14fd1d79329d10 (patch)
treefc8862dfe59e68dff57739df450f29301c2fcca3
parente6593b5d1da8091155fa70ac7b326ed1e50b7cc3 (diff)
downloadu-boot-ebb0ad4eef0ac4449daba85c5f14fd1d79329d10.zip
u-boot-ebb0ad4eef0ac4449daba85c5f14fd1d79329d10.tar.gz
u-boot-ebb0ad4eef0ac4449daba85c5f14fd1d79329d10.tar.bz2
arch: arm: mach-rockchip: Kconfig: Enable BOOTSTD_FULL for RK3399 and RK3588
Rockchip RK3399 and RK3588 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>
-rw-r--r--arch/arm/mach-rockchip/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-rockchip/Kconfig b/arch/arm/mach-rockchip/Kconfig
index cce118a..fee4a0e 100644
--- a/arch/arm/mach-rockchip/Kconfig
+++ b/arch/arm/mach-rockchip/Kconfig
@@ -265,6 +265,7 @@ config ROCKCHIP_RK3399
imply TPL_TINY_MEMSET
imply TPL_ROCKCHIP_COMMON_BOARD
imply SYS_BOOTCOUNT_SINGLEWORD if BOOTCOUNT_LIMIT
+ imply BOOTSTD_FULL
imply CMD_BOOTCOUNT if BOOTCOUNT_LIMIT
help
The Rockchip RK3399 is a ARM-based SoC with a dual-core Cortex-A72
@@ -319,6 +320,7 @@ config ROCKCHIP_RK3588
imply MISC_INIT_R
imply CLK_SCMI
imply SCMI_FIRMWARE
+ imply BOOTSTD_FULL
help
The Rockchip RK3588 is a ARM-based SoC with quad-core Cortex-A76 and
quad-core Cortex-A55 including NEON and GPU, 6TOPS NPU, Mali-G610 MP4,