]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/cpu/armv8/start.S
arm/arm64: implement a boot header capability
[people/ms/u-boot.git] / arch / arm / cpu / armv8 / start.S
index e933021a17ebe78de0a7a6150e248fe414d8bbdf..c1a2f456d532597b3083e3ece2bdf38bfb66eaec 100644 (file)
 _start:
        b       reset
 
+#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
+
        .align 3
 
 .globl _TEXT_BASE