
* Cumulative fixes and updates for MediaTek platform. [1] * Update mt7981 pinctrl driver based on upstream kernel. [2] [1] https://lore.kernel.org/u-boot/cover.1737104723.git.weijie.gao@mediatek.com/ [2] https://lore.kernel.org/u-boot/20250124033902.187796-1-weijie.gao@mediatek.com/ Signed-off-by: Shiji Yang <yangshiji66@qq.com>
26 lines
912 B
Diff
26 lines
912 B
Diff
From 7958b41b8c6a15c3c993affd2091f8c921b6a8a1 Mon Sep 17 00:00:00 2001
|
|
From: Weijie Gao <weijie.gao@mediatek.com>
|
|
Date: Fri, 17 Jan 2025 17:17:38 +0800
|
|
Subject: [PATCH 03/15] 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>
|
|
---
|
|
configs/mt7629_rfb_defconfig | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- 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"
|