Skip to content

Commit

Permalink
uboot-mtk-20220606: mt7981: disable MTK_UPGRADE_IMAGE_VERIFY
Browse files Browse the repository at this point in the history
Otherwise upgrading firmware using tftp will fail.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
  • Loading branch information
1715173329 committed Aug 4, 2024
1 parent e02fbd3 commit 29f6239
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions uboot-mtk-20220606/configs/gl_mt2500_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 29f6239

Please sign in to comment.