Commit a002077d7d7535a974c3fe7e9ab85e5e80f0bf59

Authored by Philipp Tomsich
1 parent b3a6cdc43c

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 <philipp.tomsich@theobroma-systems.com>

Showing 1 changed file with 3 additions and 0 deletions Side-by-side Diff

arch/arm/mach-socfpga/include/mach/boot0.h
... ... @@ -7,6 +7,9 @@
7 7 #ifndef __BOOT0_H
8 8 #define __BOOT0_H
9 9  
  10 +_start:
  11 + ARM_VECTORS
  12 +
10 13 #ifdef CONFIG_SPL_BUILD
11 14 .balignl 64,0xf33db33f;
12 15