X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fgeneric-2.6%2Fimage%2Flzma-loader%2Fsrc%2Fstart.S;fp=target%2Flinux%2Fgeneric-2.6%2Fimage%2Flzma-loader%2Fsrc%2Fstart.S;h=864293379f762e8258f2e96c7396d2701349aace;hb=418ae3a0458250b390478c772a61a553221d0421;hp=9a85c4c3572f8fa66aa8750f651b20224953e9df;hpb=2ee061880b8a2e9aa02cf2f3703aa2bb514dc253;p=openwrt%2Fopenwrt.git 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 9a85c4c357..864293379f 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 */