summaryrefslogtreecommitdiff
path: root/firmware/target/arm/crt0-pp-bl.S
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/crt0-pp-bl.S')
-rw-r--r--firmware/target/arm/crt0-pp-bl.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/crt0-pp-bl.S b/firmware/target/arm/crt0-pp-bl.S
index d1d9182314..01681288f9 100644
--- a/firmware/target/arm/crt0-pp-bl.S
+++ b/firmware/target/arm/crt0-pp-bl.S
@@ -61,7 +61,7 @@ start:
61 .equ CACHE_ENAB, 0x1 61 .equ CACHE_ENAB, 0x1
62#endif 62#endif
63 63
64 msr cpsr_c, #0xd3 /* enter supervisor mode, disable IRQ */ 64 msr cpsr_c, #0xdf /* enter sys mode, disable IRQ */
65#ifndef E200R_INSTALLER 65#ifndef E200R_INSTALLER
66/* 1 - Copy the bootloader to IRAM */ 66/* 1 - Copy the bootloader to IRAM */
67 /* get the high part of our execute address */ 67 /* get the high part of our execute address */