From: Philipp Tomsich Date: Tue, 10 Oct 2017 14:21:07 +0000 (+0200) Subject: socfpga: boot0 hook: adjust to unified boot0 semantics X-Git-Tag: v2018.01-rc1~70^2~19 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a002077d7d7535a974c3fe7e9ab85e5e80f0bf59;p=u-boot socfpga: boot0 hook: adjust to unified boot0 semantics With the updated boot0 semantics (i.e. giving the boot0-hook control over when and where the vector table is emitted), the boot0-hook for the socfpga needs to be adjusted. Signed-off-by: Philipp Tomsich --- diff --git a/arch/arm/mach-socfpga/include/mach/boot0.h b/arch/arm/mach-socfpga/include/mach/boot0.h index 22d9e7f7af..d6b9435d33 100644 --- a/arch/arm/mach-socfpga/include/mach/boot0.h +++ b/arch/arm/mach-socfpga/include/mach/boot0.h @@ -7,6 +7,9 @@ #ifndef __BOOT0_H #define __BOOT0_H +_start: + ARM_VECTORS + #ifdef CONFIG_SPL_BUILD .balignl 64,0xf33db33f;