mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
Make lzma-loader sdram mapping configurable (#1169)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6598 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user