From efaf20a974f11b73f41fa614238a2676bd61d00a Mon Sep 17 00:00:00 2001 From: hanwckf Date: Sat, 15 Jul 2023 20:57:10 +0800 Subject: [PATCH] configs: set mt7981 default bootdelay to 3s --- uboot-mtk-20220606/configs/mt7981_360t7_defconfig | 2 +- uboot-mtk-20220606/configs/mt7981_cetron_ct3003_defconfig | 2 +- uboot-mtk-20220606/configs/mt7981_jcg_q30_defconfig | 2 +- uboot-mtk-20220606/configs/mt7981_livinet_zr-3020_defconfig | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/uboot-mtk-20220606/configs/mt7981_360t7_defconfig b/uboot-mtk-20220606/configs/mt7981_360t7_defconfig index 8289fed65..219a41a83 100644 --- a/uboot-mtk-20220606/configs/mt7981_360t7_defconfig +++ b/uboot-mtk-20220606/configs/mt7981_360t7_defconfig @@ -17,7 +17,7 @@ CONFIG_DEBUG_UART_BASE=0x11002000 CONFIG_DEBUG_UART_CLOCK=40000000 CONFIG_SYS_LOAD_ADDR=0x46000000 CONFIG_DEBUG_UART=y -CONFIG_BOOTDELAY=0 +CONFIG_BOOTDELAY=3 CONFIG_AUTOBOOT_MENU_SHOW=y CONFIG_AUTOBOOT_MENU_MTK_SHOW=y CONFIG_DEFAULT_FDT_FILE="mt7981-spim-nand-rfb" diff --git a/uboot-mtk-20220606/configs/mt7981_cetron_ct3003_defconfig b/uboot-mtk-20220606/configs/mt7981_cetron_ct3003_defconfig index 59fa2e437..882fc95b7 100644 --- a/uboot-mtk-20220606/configs/mt7981_cetron_ct3003_defconfig +++ b/uboot-mtk-20220606/configs/mt7981_cetron_ct3003_defconfig @@ -17,7 +17,7 @@ CONFIG_DEBUG_UART_BASE=0x11002000 CONFIG_DEBUG_UART_CLOCK=40000000 CONFIG_SYS_LOAD_ADDR=0x46000000 CONFIG_DEBUG_UART=y -CONFIG_BOOTDELAY=0 +CONFIG_BOOTDELAY=3 CONFIG_AUTOBOOT_MENU_SHOW=y CONFIG_AUTOBOOT_MENU_MTK_SHOW=y CONFIG_DEFAULT_FDT_FILE="mt7981-spim-nand-rfb" diff --git a/uboot-mtk-20220606/configs/mt7981_jcg_q30_defconfig b/uboot-mtk-20220606/configs/mt7981_jcg_q30_defconfig index 9b9b17fe5..40798ab18 100644 --- a/uboot-mtk-20220606/configs/mt7981_jcg_q30_defconfig +++ b/uboot-mtk-20220606/configs/mt7981_jcg_q30_defconfig @@ -17,7 +17,7 @@ CONFIG_DEBUG_UART_BASE=0x11002000 CONFIG_DEBUG_UART_CLOCK=40000000 CONFIG_SYS_LOAD_ADDR=0x46000000 CONFIG_DEBUG_UART=y -CONFIG_BOOTDELAY=0 +CONFIG_BOOTDELAY=3 CONFIG_AUTOBOOT_MENU_SHOW=y CONFIG_AUTOBOOT_MENU_MTK_SHOW=y CONFIG_DEFAULT_FDT_FILE="mt7981-spim-nand-rfb" diff --git a/uboot-mtk-20220606/configs/mt7981_livinet_zr-3020_defconfig b/uboot-mtk-20220606/configs/mt7981_livinet_zr-3020_defconfig index ea65f7f0a..858df61f8 100644 --- a/uboot-mtk-20220606/configs/mt7981_livinet_zr-3020_defconfig +++ b/uboot-mtk-20220606/configs/mt7981_livinet_zr-3020_defconfig @@ -17,7 +17,7 @@ CONFIG_DEBUG_UART_BASE=0x11002000 CONFIG_DEBUG_UART_CLOCK=40000000 CONFIG_SYS_LOAD_ADDR=0x46000000 CONFIG_DEBUG_UART=y -CONFIG_BOOTDELAY=0 +CONFIG_BOOTDELAY=3 CONFIG_AUTOBOOT_MENU_SHOW=y CONFIG_AUTOBOOT_MENU_MTK_SHOW=y CONFIG_DEFAULT_FDT_FILE="mt7981-spim-nand-rfb"