浏览代码

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>
Philipp Tomsich 7 年之前
父节点
当前提交
16d761e3dd
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      arch/arm/include/asm/arch-bcm281xx/boot0.h

+ 2 - 0
arch/arm/include/asm/arch-bcm281xx/boot0.h

@@ -5,5 +5,7 @@
  */
 
 /* BOOT0 header information */
+_start:
+	ARM_VECTORS
 	.word	0xbabeface
 	.word	_end - _start