aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoffer Dall <cdall@cs.columbia.edu>2011-04-19 05:58:08 +0200
committerChristoffer Dall <cdall@cs.columbia.edu>2011-04-19 05:58:08 +0200
commit71049a0834ec48d4eb0f03efc34fbd2ae3d1a362 (patch)
tree83b7bb05941225277c572b037fa555e98dd8018f
parentdf1598690436a98c602ad9b7352a37e3c9ffa2e7 (diff)
Remove API test code
-rw-r--r--boot.S3
1 files changed, 0 insertions, 3 deletions
diff --git a/boot.S b/boot.S
index 7b3e0d4..e5cbd6b 100644
--- a/boot.S
+++ b/boot.S
@@ -53,9 +53,6 @@ _start:
mov r7, #0xffffffff
smc #0 @ Change to NS-mode
- @TEST
- mov r7, #0xfffffff0
- smc #0 @ Change to NS-mode
@
@ UART initialisation (38400 8N1)