summaryrefslogtreecommitdiffstats
path: root/target/linux/bmips
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <noltari@gmail.com>2023-06-09 19:48:42 +0200
committerÁlvaro Fernández Rojas <noltari@gmail.com>2023-06-09 19:48:42 +0200
commit47ca33a0bed6a3e73cb05cc3a9c87641d796f27d (patch)
treee8dad1b53a19c56e5c2ab4eccd7316a340e0e43c /target/linux/bmips
parente7a0b61397799e1e15574ad7a4fa82aeb8b99e04 (diff)
downloadopenwrt-47ca33a0bed6a3e73cb05cc3a9c87641d796f27d.tar.gz
openwrt-47ca33a0bed6a3e73cb05cc3a9c87641d796f27d.tar.bz2
openwrt-47ca33a0bed6a3e73cb05cc3a9c87641d796f27d.zip
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@gmail.com>
Diffstat (limited to 'target/linux/bmips')
-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 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