X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=arch%2Farm%2Flib%2Fvectors.S;h=5cc132b7b844c5324dbdc0122a0bb0cb98aabcef;hb=2b373cb83cae37d2cb1af7f880c1ba739956d9b3;hp=49238ed21ed83766fe207c1060cef4e5b2d4257d;hpb=a8b972bfa82c0391aaba809f29e351507fd28215;p=u-boot diff --git a/arch/arm/lib/vectors.S b/arch/arm/lib/vectors.S index 49238ed21e..5cc132b7b8 100644 --- a/arch/arm/lib/vectors.S +++ b/arch/arm/lib/vectors.S @@ -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 +ARM_SOC_BOOT0_HOOK +#endif + /* ************************************************************************* *