X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/9e0a57b449c8575004476f06b8435648fcf44a26..6e7905d2a36799482b283ad8e3f0f9fa520f09ac:/target/linux/generic-2.6/image/lzma-loader/src/start.S diff --git a/target/linux/generic-2.6/image/lzma-loader/src/start.S b/target/linux/generic-2.6/image/lzma-loader/src/start.S index 9a85c4c35..864293379 100644 --- a/target/linux/generic-2.6/image/lzma-loader/src/start.S +++ b/target/linux/generic-2.6/image/lzma-loader/src/start.S @@ -41,7 +41,7 @@ LEAF(_start) move t7, a3 /* set up stack */ - li sp, 0xa0000000 + RAMSIZE - 16 + li sp, RAMSTART + RAMSIZE - 16 #ifdef IMAGE_COPY /* Copy decompressor code to the right place */