[openwrt/openwrt] bmips: bump LOADER_ENTRY to RAM + 16M
LEDE Commits
lede-commits at lists.infradead.org
Thu Jun 15 11:58:55 PDT 2023
noltari pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/b8bbe0d8006f086ab90ec0d304a4d1afdf91b1cb
commit b8bbe0d8006f086ab90ec0d304a4d1afdf91b1cb
Author: Álvaro Fernández Rojas <noltari at gmail.com>
AuthorDate: Thu Jun 15 13:21:18 2023 +0200
bmips: bump LOADER_ENTRY to RAM + 16M
This is needed on devices like Sercomm AD1018 for booting recent kernels due
to bigger kernels.
Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
(cherry picked from commit 434434ca4748ba669176ce38b70a6525f90598b6)
---
target/linux/bmips/image/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/bmips/image/Makefile b/target/linux/bmips/image/Makefile
index 5ce026c584..9311e2df09 100644
--- a/target/linux/bmips/image/Makefile
+++ b/target/linux/bmips/image/Makefile
@@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/image.mk
KERNEL_LOADADDR := 0x80010000 # RAM start + 64K
-LOADER_ENTRY := 0x80a00000 # RAM start + 10M, for relocate
+LOADER_ENTRY := 0x81000000 # RAM start + 16M, for relocate
LZMA_TEXT_START := 0x82000000 # RAM start + 32M
DEVICE_VARS += CFE_BOARD_ID CFE_EXTRAS
More information about the lede-commits
mailing list