mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-11 07:24:46 +00:00
configs: mt7629: move image load address to 0x42000000
Update the image load address to ensure it matches the mt7629 NOR controller's DMA alignment requirements. Signed-off-by: Sam Shih <sam.shih@mediatek.com> Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
This commit is contained in:
parent
b033dfb21d
commit
7958b41b8c
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ CONFIG_SPL_STACK=0x106000
|
|||
CONFIG_SPL_TEXT_BASE=0x201000
|
||||
CONFIG_SPL_STACK_R=y
|
||||
CONFIG_SYS_BOOTM_LEN=0x4000000
|
||||
CONFIG_SYS_LOAD_ADDR=0x42007f1c
|
||||
CONFIG_SYS_LOAD_ADDR=0x42000000
|
||||
CONFIG_SPL_PAYLOAD="u-boot-lzma.img"
|
||||
CONFIG_BUILD_TARGET="u-boot-mtk.bin"
|
||||
CONFIG_SPL_IMAGE="spl/u-boot-spl-mtk.bin"
|
||||
|
|
Loading…
Add table
Reference in a new issue