diff options
| author | Weijie Gao <[email protected]> | 2025-01-17 17:17:38 +0800 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-01-23 12:11:49 -0600 |
| commit | 7958b41b8c6a15c3c993affd2091f8c921b6a8a1 (patch) | |
| tree | 9622280ce1c753ec270a3b6eeee916d9d33bb713 | |
| parent | b033dfb21df8ae876ec69d84bc8c5fafd7aa8ced (diff) | |
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 <[email protected]>
Signed-off-by: Weijie Gao <[email protected]>
| -rw-r--r-- | configs/mt7629_rfb_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/mt7629_rfb_defconfig b/configs/mt7629_rfb_defconfig index 4acf521e7fd..f69be08cc3f 100644 --- a/configs/mt7629_rfb_defconfig +++ b/configs/mt7629_rfb_defconfig @@ -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" |
