]> git.sur5r.net Git - u-boot/blob - arch/arm/include/asm/arch-bcm281xx/boot0.h
arm/arm64: implement a boot header capability
[u-boot] / arch / arm / include / asm / arch-bcm281xx / boot0.h
1 /*
2  * Copyright 2016 Broadcom Corporation.
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 #ifndef __BOOT0_H
8 #define __BOOT0_H
9
10 /* BOOT0 header information */
11 #define ARM_SOC_BOOT0_HOOK      \
12         .word   0xbabeface;     \
13         .word   _end - _start
14
15 #endif /* __BOOT0_H */