]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
bcm235xx: boot0 hook: adjust to unified boot0 semantics
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Tue, 10 Oct 2017 14:21:08 +0000 (16:21 +0200)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Tue, 21 Nov 2017 22:57:21 +0000 (23:57 +0100)
This updates the BCM235xx boot0-hook to the updated boot0 semantics
by emitting _start and the vector table before the boot0 hook (as
was the case before).

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Version-changes: 5
- ran 'whitespace-cleanup'

arch/arm/include/asm/arch-bcm235xx/boot0.h

index a747bd38233233898552f8a134d67af7f1ee8bd9..28f05ba32d0fa0b47cce6f83d203b9857d3adbcb 100644 (file)
@@ -5,5 +5,7 @@
  */
 
 /* BOOT0 header information */
+_start:
+       ARM_VECTORS
        .word   0xbabeface
        .word   _end - _start