Преглед на файлове

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>
Philipp Tomsich преди 7 години
родител
ревизия
a002077d7d
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      arch/arm/mach-socfpga/include/mach/boot0.h

+ 3 - 0
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;