xref: /rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/boot0.h (revision 4d1065c8d8d9a6b238cbf7151fc11d0bc1e5cd1b)
1 /*
2  * Configuration settings for the Allwinner A64 (sun50i) CPU
3  *
4  * SPDX-License-Identifier:	GPL-2.0+
5  */
6 
7 #ifndef __BOOT0_H
8 #define __BOOT0_H
9 
10 /* reserve space for BOOT0 header information */
11 #define ARM_SOC_BOOT0_HOOK	\
12 	.space	1532
13 
14 #endif /* __BOOT0_H */
15