ramips: adjust LZMA_TEXT_START for 32MB RAM devices
authorSungbo Eo <mans0n@gorani.run>
Tue, 4 Aug 2020 16:03:42 +0000 (01:03 +0900)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Sat, 8 Aug 2020 14:13:51 +0000 (16:13 +0200)
commita40ddc2195350149aadbdb6077b17d4787becd9d
tree14977f6d6b1f7436851f7221568578df059608b5
parent1bfba18a3643f2e73c7e7e7ed3cd3a350900a9cd
ramips: adjust LZMA_TEXT_START for 32MB RAM devices

Currently the lzma-loader is placed in RAM at 32MB offset, which does not
make sense for devices with only 32MB RAM. If we adjust LZMA_TEXT_START to
24MB offset, then the lzma-loader can be used on those devices and still
about 24MB memory will be available for uncompressed image, which should be
enough for most use cases.

Signed-off-by: Sungbo Eo <mans0n@gorani.run>
target/linux/ramips/image/Makefile