summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-bcm235xx/boot0.h
blob: 7e7288272513d208a119e0cd18fd12d861f1b508 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Copyright 2016 Broadcom Corporation.
 *
 * SPDX-License-Identifier:	GPL-2.0+
 */

#ifndef __BOOT0_H
#define __BOOT0_H

/* BOOT0 header information */
#define ARM_SOC_BOOT0_HOOK	\
	.word	0xbabeface;	\
	.word	_end - _start

#endif /* __BOOT0_H */
OpenPOWER on IntegriCloud