From 29f6239456a9e1f09b3b393841f29d597f2fa9eb Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Tue, 16 Jul 2024 15:44:27 +0800 Subject: [PATCH] uboot-mtk-20220606: mt7981: disable MTK_UPGRADE_IMAGE_VERIFY Otherwise upgrading firmware using tftp will fail. Signed-off-by: Tianling Shen --- uboot-mtk-20220606/configs/gl_mt2500_defconfig | 1 + uboot-mtk-20220606/configs/mt7981_cmcc_rax3000m-emmc_defconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/uboot-mtk-20220606/configs/gl_mt2500_defconfig b/uboot-mtk-20220606/configs/gl_mt2500_defconfig index 6a09be4f67..61fed3cc64 100644 --- a/uboot-mtk-20220606/configs/gl_mt2500_defconfig +++ b/uboot-mtk-20220606/configs/gl_mt2500_defconfig @@ -10,6 +10,7 @@ CONFIG_DEFAULT_DEVICE_TREE="gl-mt2500" CONFIG_TARGET_MT7981=y CONFIG_MEDIATEK_BOOTMENU=y CONFIG_MEDIATEK_LOAD_FROM_RAM=y +# CONFIG_MTK_UPGRADE_IMAGE_VERIFY is not set CONFIG_MT7981_BOOTMENU_EMMC=y CONFIG_DEBUG_UART_BASE=0x11002000 CONFIG_DEBUG_UART_CLOCK=40000000 diff --git a/uboot-mtk-20220606/configs/mt7981_cmcc_rax3000m-emmc_defconfig b/uboot-mtk-20220606/configs/mt7981_cmcc_rax3000m-emmc_defconfig index 1848c82e52..3a66123005 100644 --- a/uboot-mtk-20220606/configs/mt7981_cmcc_rax3000m-emmc_defconfig +++ b/uboot-mtk-20220606/configs/mt7981_cmcc_rax3000m-emmc_defconfig @@ -11,6 +11,7 @@ CONFIG_TARGET_MT7981=y CONFIG_MEDIATEK_BOOTMENU=y CONFIG_MEDIATEK_BOOTMENU_DELAY=3 CONFIG_MEDIATEK_LOAD_FROM_RAM=y +# CONFIG_MTK_UPGRADE_IMAGE_VERIFY is not set CONFIG_MT7981_BOOTMENU_EMMC=y CONFIG_DEBUG_UART_BASE=0x11002000 CONFIG_DEBUG_UART_CLOCK=40000000