aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-sunxi/boot0.h
blob: 6f28d63d48bb59eb632d0c3b59e4d9bd77c29bf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Configuration settings for the Allwinner A64 (sun50i) CPU
 *
 * SPDX-License-Identifier:	GPL-2.0+
 */

#ifndef __BOOT0_H
#define __BOOT0_H

/* reserve space for BOOT0 header information */
#define ARM_SOC_BOOT0_HOOK	\
	b	reset;		\
	.space	1532

#endif /* __BOOT0_H */