summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2017-10-03 14:27:10 +0200
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2017-10-05 13:01:53 +0200
commit5e88126b7bbbf23691062e67c96b6f1a81273b0c (patch)
treecab5a9a3cb879e2d3b82ede928ad44b1aa57c205
parentbd6586c44cdd877c61f61597241f2123e7c8cda8 (diff)
bcm281xx: boot0 hook: adjust to unified boot0 semantics
This updates the BCM281xx 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>
-rw-r--r--arch/arm/include/asm/arch-bcm281xx/boot0.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-bcm281xx/boot0.h b/arch/arm/include/asm/arch-bcm281xx/boot0.h
index a747bd3823..28f05ba32d 100644
--- a/arch/arm/include/asm/arch-bcm281xx/boot0.h
+++ b/arch/arm/include/asm/arch-bcm281xx/boot0.h
@@ -5,5 +5,7 @@
*/
/* BOOT0 header information */
+_start:
+ ARM_VECTORS
.word 0xbabeface
.word _end - _start