]> git.ipfire.org Git - thirdparty/openwrt.git/blob
e03c9b0305ad3f46120afd026f3de238b34bb2f4
[thirdparty/openwrt.git] /
1 From c7a3761ddfce2bd56ad319a254d5269cb26fa18f Mon Sep 17 00:00:00 2001
2 From: Weijie Gao <weijie.gao@mediatek.com>
3 Date: Fri, 17 Jan 2025 17:17:44 +0800
4 Subject: [PATCH 04/15] configs: mt7988: move image load address to 0x44000000
5
6 This patch sets mt7988 image load address to 0x44000000 to support loading
7 larger images.
8
9 Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
10 ---
11 configs/mt7988_rfb_defconfig | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 --- a/configs/mt7988_rfb_defconfig
15 +++ b/configs/mt7988_rfb_defconfig
16 @@ -7,7 +7,7 @@ CONFIG_SYS_MALLOC_F_LEN=0x4000
17 CONFIG_NR_DRAM_BANKS=1
18 CONFIG_DEFAULT_DEVICE_TREE="mt7988-rfb"
19 CONFIG_TARGET_MT7988=y
20 -CONFIG_SYS_LOAD_ADDR=0x46000000
21 +CONFIG_SYS_LOAD_ADDR=0x44000000
22 CONFIG_DEBUG_UART_BASE=0x11000000
23 CONFIG_DEBUG_UART_CLOCK=40000000
24 CONFIG_DEBUG_UART=y