Move definition of op-codes that compilers may not support to an header file and
[bootloader-ap.git] / arch / arm-head.S
index 1fe24ce..bf25cc6 100644 (file)
@@ -20,6 +20,7 @@
 #include <boot/linkage.h>
 #include <boot/version.h>
 #include <boot/arm.h>
+#include <boot/arm-missing-opcodes.h>
 
     .section ".text", #alloc, #execinstr
 ENTRY(_start)