projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
lua: Fixed some cross-platform issues for PPC (and probably other architectures)
[openwrt.git]
/
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
9a85c4c
..
8642933
100644
(file)
--- 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 */
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 */
#ifdef IMAGE_COPY
/* Copy decompressor code to the right place */
This page took
0.025049 seconds
and
4
git commands to generate.