armv8: move reset branch into boot hook
[platform/kernel/u-boot.git] / arch / arm / cpu / armv8 / start.S
index 4f5f6d8..ee393d7 100644 (file)
@@ -19,8 +19,6 @@
 
 .globl _start
 _start:
-       b       reset
-
 #ifdef CONFIG_ENABLE_ARM_SOC_BOOT0_HOOK
 /*
  * Various SoCs need something special and SoC-specific up front in
@@ -29,6 +27,8 @@ _start:
  */
 #include <asm/arch/boot0.h>
 ARM_SOC_BOOT0_HOOK
+#else
+       b       reset
 #endif
 
        .align 3