mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 06:33:41 +00:00
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>
(cherry picked from commit 434434ca47
)
This commit is contained in:
parent
40966d612e
commit
b8bbe0d800
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user