From: Philipp Tomsich Date: Tue, 10 Oct 2017 14:21:09 +0000 (+0200) Subject: bcm281xx: boot0 hook: adjust to unified boot0 semantics X-Git-Tag: v2018.01-rc1~70^2~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=16d761e3dd8911760bb87d7c983cdea79d8540e3;p=platform%2Fkernel%2Fu-boot.git 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 --- diff --git a/arch/arm/include/asm/arch-bcm281xx/boot0.h b/arch/arm/include/asm/arch-bcm281xx/boot0.h index a747bd3..28f05ba 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