xref: /openbmc/u-boot/arch/arm/include/asm/arch-bcm235xx/boot0.h (revision 9ab403d0dd3c88370612c97f8c4cb88199302833)
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright 2016 Broadcom Corporation.
4  */
5 
6 /* BOOT0 header information */
7 _start:
8 	ARM_VECTORS
9 	.word	0xbabeface
10 	.word	_end - _start
11