Make lzma-loader sdram mapping configurable (#1169)
[openwrt/openwrt.git] / target / linux / generic-2.6 / image / lzma-loader / src / start.S
index 9a85c4c3572f8fa66aa8750f651b20224953e9df..864293379f762e8258f2e96c7396d2701349aace 100644 (file)
@@ -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 */