diff options
author | FUKAUMI Naoki <naoki@radxa.com> | 2023-09-11 19:05:08 +0900 |
---|---|---|
committer | Kever Yang <kever.yang@rock-chips.com> | 2023-10-07 16:49:41 +0800 |
commit | bd9798b25981a61a768b2f2a27b2d5b5a66c4cd0 (patch) | |
tree | 2daf4f6029ad878b8325d82d2dc98d3225b8ea3b | |
parent | b9155e754e124b1fce407f526db7782943c16227 (diff) | |
download | u-boot-bd9798b25981a61a768b2f2a27b2d5b5a66c4cd0.tar.gz u-boot-bd9798b25981a61a768b2f2a27b2d5b5a66c4cd0.tar.bz2 u-boot-bd9798b25981a61a768b2f2a27b2d5b5a66c4cd0.zip |
configs: rockchip: rock-pi-s: use default bootdelay (2s)
align with other boards.
Signed-off-by: FUKAUMI Naoki <naoki@radxa.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
-rw-r--r-- | configs/rock-pi-s-rk3308_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/rock-pi-s-rk3308_defconfig b/configs/rock-pi-s-rk3308_defconfig index 47ecb6a35c..bc0317102a 100644 --- a/configs/rock-pi-s-rk3308_defconfig +++ b/configs/rock-pi-s-rk3308_defconfig @@ -23,7 +23,6 @@ CONFIG_DEBUG_UART=y CONFIG_ANDROID_BOOT_IMAGE=y CONFIG_FIT=y CONFIG_FIT_VERBOSE=y -CONFIG_BOOTDELAY=0 CONFIG_SYS_CONSOLE_INFO_QUIET=y # CONFIG_DISPLAY_CPUINFO is not set CONFIG_SPL_MAX_SIZE=0x20000 |