git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7958b41
)
configs: mt7988: move image load address to 0x44000000
author
Weijie Gao
<weijie.gao@mediatek.com>
Fri, 17 Jan 2025 09:17:44 +0000
(17:17 +0800)
committer
Tom Rini
<trini@konsulko.com>
Thu, 23 Jan 2025 18:11:49 +0000
(12:11 -0600)
This patch sets mt7988 image load address to 0x44000000 to support loading
larger images.
Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
configs/mt7988_rfb_defconfig
patch
|
blob
|
history
diff --git
a/configs/mt7988_rfb_defconfig
b/configs/mt7988_rfb_defconfig
index
4d7454d
..
eebf7fb
100644
(file)
--- 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=0x4
6
000000
+CONFIG_SYS_LOAD_ADDR=0x4
4
000000
CONFIG_DEBUG_UART_BASE=0x11000000
CONFIG_DEBUG_UART_CLOCK=40000000
CONFIG_DEBUG_UART=y