1.修改BOOTDELAY,以免升级过程中串口输入了信息导致重启被中断

This commit is contained in:
payton 2023-12-01 14:29:14 +08:00
parent 84b7b973dc
commit 76562ebe7e

View File

@ -255,7 +255,7 @@ CONFIG_BOOTSTAGE_STASH_SIZE=4096
# CONFIG_SATA_BOOT is not set # CONFIG_SATA_BOOT is not set
# CONFIG_SD_BOOT is not set # CONFIG_SD_BOOT is not set
# CONFIG_SPI_BOOT is not set # CONFIG_SPI_BOOT is not set
CONFIG_BOOTDELAY=0 CONFIG_BOOTDELAY=-2
# CONFIG_USE_BOOTARGS is not set # CONFIG_USE_BOOTARGS is not set
# CONFIG_USE_BOOTCOMMAND is not set # CONFIG_USE_BOOTCOMMAND is not set
# CONFIG_USE_PREBOOT is not set # CONFIG_USE_PREBOOT is not set