From: Philipp Tomsich Date: Tue, 10 Oct 2017 14:21:08 +0000 (+0200) Subject: bcm235xx: boot0 hook: adjust to unified boot0 semantics X-Git-Tag: v2018.01-rc1~70^2~18 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=62269f02ab8d8f85cc96b7bc2b10f74d67d0bb6b;p=u-boot 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 Version-changes: 5 - ran 'whitespace-cleanup' --- 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