mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-11 15:34:55 +00:00
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>
This commit is contained in:
parent
7958b41b8c
commit
c7a3761ddf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue