]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
socfpga: boot0 hook: adjust to unified boot0 semantics
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Tue, 10 Oct 2017 14:21:07 +0000 (16:21 +0200)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Tue, 21 Nov 2017 22:57:21 +0000 (23:57 +0100)
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 <philipp.tomsich@theobroma-systems.com>
arch/arm/mach-socfpga/include/mach/boot0.h

index 22d9e7f7afbeee27aa0473b926a3b231d0dc209c..d6b9435d333c4d9729ad0392cba6f68e5bff7b74 100644 (file)
@@ -7,6 +7,9 @@
 #ifndef __BOOT0_H
 #define __BOOT0_H
 
+_start:
+       ARM_VECTORS
+
 #ifdef CONFIG_SPL_BUILD
        .balignl 64,0xf33db33f;