Quellcode durchsuchen

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 <[email protected]>
Álvaro Fernández Rojas vor 2 Jahren
Ursprung
Commit
47ca33a0be
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      target/linux/bmips/image/Makefile

+ 1 - 1
target/linux/bmips/image/Makefile

@@ -5,7 +5,7 @@ include $(INCLUDE_DIR)/image.mk
 
 
 KERNEL_LOADADDR := 0x80010000		# RAM start + 64K
 KERNEL_LOADADDR := 0x80010000		# RAM start + 64K
 LOADER_ENTRY := 0x80a00000		# RAM start + 10M, for relocate
 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_BOARD_ID CFE_EXTRAS
 DEVICE_VARS += CFE_PART_FLAGS CFE_PART_ID
 DEVICE_VARS += CFE_PART_FLAGS CFE_PART_ID