armv8: move reset branch into boot hook
[platform/kernel/u-boot.git] / arch / arm / include / asm / arch-sunxi / boot0.h
index ea5675e..6f28d63 100644 (file)
@@ -9,6 +9,7 @@
 
 /* reserve space for BOOT0 header information */
 #define ARM_SOC_BOOT0_HOOK     \
+       b       reset;          \
        .space  1532
 
 #endif /* __BOOT0_H */