From 01d129a6a2f7837aa409988ba7a9aa57d0efd0c3 Mon Sep 17 00:00:00 2001 From: ejka Date: Sun, 18 Mar 2007 09:32:22 +0000 Subject: Make lzma-loader sdram mapping configurable (#1169) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6598 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/generic-2.6/image/lzma-loader/src/start.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '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 */ -- cgit v1.2.3