mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-27 00:31:26 +02:00
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'
This commit is contained in:
parent
a002077d7d
commit
62269f02ab
@ -5,5 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* BOOT0 header information */
|
/* BOOT0 header information */
|
||||||
|
_start:
|
||||||
|
ARM_VECTORS
|
||||||
.word 0xbabeface
|
.word 0xbabeface
|
||||||
.word _end - _start
|
.word _end - _start
|
||||||
|
Loading…
x
Reference in New Issue
Block a user