summaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <noltari@gmail.com>2023-06-15 13:21:18 +0200
committerÁlvaro Fernández Rojas <noltari@gmail.com>2023-06-15 20:47:40 +0200
commit434434ca4748ba669176ce38b70a6525f90598b6 (patch)
tree87de47e35dc79e99056413a3dc61d581024bcdce /target/linux
parent705ee2198ca5d46999b5853ccdde87c129af74eb (diff)
downloadopenwrt-434434ca4748ba669176ce38b70a6525f90598b6.tar.gz
openwrt-434434ca4748ba669176ce38b70a6525f90598b6.tar.bz2
openwrt-434434ca4748ba669176ce38b70a6525f90598b6.zip
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@gmail.com>
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/bmips/image/Makefile2
1 files changed, 1 insertions, 1 deletions
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