summaryrefslogtreecommitdiffstats
path: root/cpu/at91rm9200/start.S
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/at91rm9200/start.S')
-rw-r--r--cpu/at91rm9200/start.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpu/at91rm9200/start.S b/cpu/at91rm9200/start.S
index e897e6b9c9..1881ab1990 100644
--- a/cpu/at91rm9200/start.S
+++ b/cpu/at91rm9200/start.S
@@ -117,11 +117,11 @@ reset:
#ifdef CONFIG_INIT_CRITICAL
/* scratch stack */
- ldr r1, =0x00204000
+/**** ldr r1, =0x00204000 ****/
/* Insure word alignment */
- bic r1, r1, #3
+/**** bic r1, r1, #3 ****/
/* Init stack SYS */
- mov sp, r1
+/**** mov sp, r1 ****/
/*
* This does a lot more than just set up the memory, which
* is why it's called lowlevelinit
OpenPOWER on IntegriCloud