diff options
| author | FUKAUMI Naoki <[email protected]> | 2023-09-11 19:05:08 +0900 |
|---|---|---|
| committer | Kever Yang <[email protected]> | 2023-10-07 16:49:41 +0800 |
| commit | bd9798b25981a61a768b2f2a27b2d5b5a66c4cd0 (patch) | |
| tree | 2daf4f6029ad878b8325d82d2dc98d3225b8ea3b | |
| parent | b9155e754e124b1fce407f526db7782943c16227 (diff) | |
configs: rockchip: rock-pi-s: use default bootdelay (2s)
align with other boards.
Signed-off-by: FUKAUMI Naoki <[email protected]>
Reviewed-by: Kever Yang <[email protected]>
| -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 47ecb6a35c5..bc0317102a9 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 |
