Skip to content

Commit

Permalink
board: change bootmenu delay time to 1 second
Browse files Browse the repository at this point in the history
One second is still long enough to interrupt autoboot by typing "0".
We can also press the reset button to enter failsafe mode and then
use "Ctrl + C" to enter terminal.

Signed-off-by: Shiji Yang <[email protected]>
  • Loading branch information
DragonBluep committed May 4, 2023
1 parent d6260af commit 2679770
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions configs/mt7621_nand_template_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ CONFIG_MACH_MT7621=y
CONFIG_BOARD_MT7621_NAND_TEMPLATE=y
CONFIG_MT7621_LEGACY_DRAMC_BIN=y
# CONFIG_MT7621_DRAMC_DEBUG_LEGACY is not set
CONFIG_MTKAUTOBOOT_DELAY=1
CONFIG_MIPS_BOOT_FDT=y
CONFIG_DEBUG_UART=y
# CONFIG_LOCALVERSION_AUTO is not set
Expand Down
1 change: 1 addition & 0 deletions configs/mt7621_nmbm_template_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ CONFIG_MACH_MT7621=y
CONFIG_BOARD_MT7621_NAND_TEMPLATE=y
CONFIG_MT7621_LEGACY_DRAMC_BIN=y
# CONFIG_MT7621_DRAMC_DEBUG_LEGACY is not set
CONFIG_MTKAUTOBOOT_DELAY=1
CONFIG_ENABLE_NAND_NMBM=y
CONFIG_MIPS_BOOT_FDT=y
CONFIG_DEBUG_UART=y
Expand Down
1 change: 1 addition & 0 deletions configs/mt7621_nor_template_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ CONFIG_MACH_MT7621=y
CONFIG_BOARD_MT7621_NOR_TEMPLATE=y
CONFIG_MT7621_LEGACY_DRAMC_BIN=y
# CONFIG_MT7621_DRAMC_DEBUG_LEGACY is not set
CONFIG_MTKAUTOBOOT_DELAY=1
CONFIG_ROM_EXCEPTION_VECTORS=y
CONFIG_MIPS_BOOT_FDT=y
CONFIG_DEBUG_UART=y
Expand Down

0 comments on commit 2679770

Please sign in to comment.