summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/board/compal/macros.S
diff options
context:
space:
mode:
authorSteve Markgraf <steve@steve-m.de>2010-10-11 00:54:17 +0200
committerSteve Markgraf <steve@steve-m.de>2010-10-11 00:54:17 +0200
commitf03f74aa7bd75260194088d8c9855001c231e6ab (patch)
treee73eb3e2df6d5e87108f0a45f2806246ffc65819 /src/target/firmware/board/compal/macros.S
parent86f4d80b7ffab98efeb8fb28b393d743de897806 (diff)
mtk_hack: This is very experimental code for running "loader" on MT622x-based devicessteve-m/mtk_hack
Since this is just a hack and no proper separation, you have to upload compal_e88/loader.compalram.bin with osmocom -m mtk to the phone. Signed-off-by: Steve Markgraf <steve@steve-m.de>
Diffstat (limited to 'src/target/firmware/board/compal/macros.S')
-rw-r--r--src/target/firmware/board/compal/macros.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/firmware/board/compal/macros.S b/src/target/firmware/board/compal/macros.S
index 613e6bda..14ee6e6a 100644
--- a/src/target/firmware/board/compal/macros.S
+++ b/src/target/firmware/board/compal/macros.S
@@ -44,7 +44,7 @@ done_ramtext:
.EQU I_BIT, 0x80
.EQU F_BIT, 0x40
-#define TOP_OF_RAM 0x083fff0
+#define TOP_OF_RAM 0x4000a000
#define FIQ_STACK_SIZE 1024
#define IRQ_STACK_SIZE 1024