]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/lib/vectors.S
arm/arm64: implement a boot header capability
[people/ms/u-boot.git] / arch / arm / lib / vectors.S
index 49238ed21ed83766fe207c1060cef4e5b2d4257d..5cc132b7b844c5324dbdc0122a0bb0cb98aabcef 100644 (file)
@@ -60,6 +60,16 @@ _start:
        ldr     pc, _irq
        ldr     pc, _fiq
 
+#ifdef CONFIG_ENABLE_ARM_SOC_BOOT0_HOOK
+/*
+ * Various SoCs need something special and SoC-specific up front in
+ * order to boot, allow them to set that in their boot0.h file and then
+ * use it here.
+ */
+#include <asm/arch/boot0.h>
+ARM_SOC_BOOT0_HOOK
+#endif
+
 /*
  *************************************************************************
  *