summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/image/lzma-loader/src/start.S
diff options
context:
space:
mode:
authorejka <ejka@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-03-18 09:32:22 +0000
committerejka <ejka@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-03-18 09:32:22 +0000
commit01d129a6a2f7837aa409988ba7a9aa57d0efd0c3 (patch)
tree1c2bbeec9500ad81826befec3da8aa0b6cb4ea6e /target/linux/generic-2.6/image/lzma-loader/src/start.S
parentdfae9ac1b89393ed8efca4d6f859f4d64e311974 (diff)
Make lzma-loader sdram mapping configurable (#1169)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6598 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/image/lzma-loader/src/start.S')
-rw-r--r--target/linux/generic-2.6/image/lzma-loader/src/start.S2
1 files changed, 1 insertions, 1 deletions
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 */