summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2017-10-10 17:21:08 +0300
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2017-11-22 01:57:21 +0300
commit62269f02ab8d8f85cc96b7bc2b10f74d67d0bb6b (patch)
tree130f9e4a57b3204b5e98f65f251a1bcdc8b8cde3
parenta002077d7d7535a974c3fe7e9ab85e5e80f0bf59 (diff)
downloadu-boot-62269f02ab8d8f85cc96b7bc2b10f74d67d0bb6b.tar.xz
bcm235xx: boot0 hook: adjust to unified boot0 semantics
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'
-rw-r--r--arch/arm/include/asm/arch-bcm235xx/boot0.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-bcm235xx/boot0.h b/arch/arm/include/asm/arch-bcm235xx/boot0.h
index a747bd3823..28f05ba32d 100644
--- a/arch/arm/include/asm/arch-bcm235xx/boot0.h
+++ b/arch/arm/include/asm/arch-bcm235xx/boot0.h
@@ -5,5 +5,7 @@
*/
/* BOOT0 header information */
+_start:
+ ARM_VECTORS
.word 0xbabeface
.word _end - _start