[OpenWrt-Devel] [PATCH] ath79: move lzma-loader to the end of available RAM

David Bauer mail at david-bauer.net
Tue Jan 21 16:19:09 EST 2020


Hello Adrian,

On 1/21/20 9:57 PM, Adrian Schmutzler wrote:
> @@ -10,7 +11,7 @@ define Build/loader-common
>  	$(MAKE) -C lzma-loader \
>  		PKG_BUILD_DIR="$@.src" \
>  		TARGET_DIR="$(dir $@)" LOADER_NAME="$(notdir $@)" \
> -		LZMA_TEXT_START=0x80a00000 LOADADDR=0x80060000 \
> +		LZMA_TEXT_START=$(LOADER_LZMA_START) LOADADDR=$(KERNEL_LOADADDR) \

To me it seems the LZMA_TEXT_START argument is overwritten
to the old value by explicit declaration in

target/linux/ath79/image/lzma-loader/src/Makefile

Best wishes
David

_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list