[openwrt/openwrt] bmips: bump LZMA Loader address
LEDE Commits
lede-commits at lists.infradead.org
Sat Jun 10 06:43:21 PDT 2023
noltari pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/8a77ffc9719ffcdc0f014e230ff8c7eb84d74dc6
commit 8a77ffc9719ffcdc0f014e230ff8c7eb84d74dc6
Author: Álvaro Fernández Rojas <noltari at gmail.com>
AuthorDate: Fri Jun 9 19:48:42 2023 +0200
bmips: bump LZMA Loader address
This allows booting bigger ramdisk images via TFTP at the cost of breaking 32M
RAM compatibility, but those devices have been unable to boot ramdisks on this
target for some time anyway due to not having enough RAM.
Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
---
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 f86e46e0b9..b5e3098fe7 100644
--- a/target/linux/bmips/image/Makefile
+++ b/target/linux/bmips/image/Makefile
@@ -5,7 +5,7 @@ include $(INCLUDE_DIR)/image.mk
KERNEL_LOADADDR := 0x80010000 # RAM start + 64K
LOADER_ENTRY := 0x80a00000 # RAM start + 10M, for relocate
-LZMA_TEXT_START := 0x81800000 # RAM start + 24M
+LZMA_TEXT_START := 0x82000000 # RAM start + 32M
DEVICE_VARS += CFE_BOARD_ID CFE_EXTRAS
DEVICE_VARS += CFE_PART_FLAGS CFE_PART_ID
More information about the lede-commits
mailing list