summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/image/lzma-loader/src/start.S
diff options
context:
space:
mode:
authorEugene Konev <ejka@imfi.kspu.ru>2007-03-18 09:32:22 +0000
committerEugene Konev <ejka@imfi.kspu.ru>2007-03-18 09:32:22 +0000
commit418ae3a0458250b390478c772a61a553221d0421 (patch)
treeebbd764411257ec217f8f7c5db0f30786df6fbac /target/linux/generic-2.6/image/lzma-loader/src/start.S
parent2ee061880b8a2e9aa02cf2f3703aa2bb514dc253 (diff)
downloadmaster-31e0f0ae-418ae3a0458250b390478c772a61a553221d0421.tar.gz
master-31e0f0ae-418ae3a0458250b390478c772a61a553221d0421.tar.bz2
master-31e0f0ae-418ae3a0458250b390478c772a61a553221d0421.zip
Make lzma-loader sdram mapping configurable (#1169)
SVN-Revision: 6598
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 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 */