aboutsummaryrefslogtreecommitdiff
path: root/asm
diff options
context:
space:
mode:
Diffstat (limited to 'asm')
-rw-r--r--asm/head.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/asm/head.S b/asm/head.S
index e78dc52..58f9aea 100644
--- a/asm/head.S
+++ b/asm/head.S
@@ -35,6 +35,8 @@
. = 0
.global __head
__head:
+ trap
+
/* This entry point is used when booting with a flat device-tree
* pointer in r3
*/