diff options
author | Weijie Gao <weijie.gao@mediatek.com> | 2025-01-17 17:17:44 +0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-01-23 12:11:49 -0600 |
commit | c7a3761ddfce2bd56ad319a254d5269cb26fa18f (patch) | |
tree | 02ecbbc97a994837798571bd39fd8d95927c4387 | |
parent | 7958b41b8c6a15c3c993affd2091f8c921b6a8a1 (diff) |
configs: mt7988: move image load address to 0x44000000
This patch sets mt7988 image load address to 0x44000000 to support loading
larger images.
Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
-rw-r--r-- | configs/mt7988_rfb_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/mt7988_rfb_defconfig b/configs/mt7988_rfb_defconfig index 4d7454d5d39..eebf7fb43ba 100644 --- a/configs/mt7988_rfb_defconfig +++ b/configs/mt7988_rfb_defconfig @@ -7,7 +7,7 @@ CONFIG_SYS_MALLOC_F_LEN=0x4000 CONFIG_NR_DRAM_BANKS=1 CONFIG_DEFAULT_DEVICE_TREE="mt7988-rfb" CONFIG_TARGET_MT7988=y -CONFIG_SYS_LOAD_ADDR=0x46000000 +CONFIG_SYS_LOAD_ADDR=0x44000000 CONFIG_DEBUG_UART_BASE=0x11000000 CONFIG_DEBUG_UART_CLOCK=40000000 CONFIG_DEBUG_UART=y |