]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/include/asm/spl.h
Add GPL-2.0+ SPDX-License-Identifier to source files
[karo-tx-uboot.git] / arch / arm / include / asm / spl.h
1 /*
2  * (C) Copyright 2012
3  * Texas Instruments, <www.ti.com>
4  *
5  * SPDX-License-Identifier:     GPL-2.0+
6  */
7 #ifndef _ASM_SPL_H_
8 #define _ASM_SPL_H_
9
10 /* Platform-specific defines */
11 #include <asm/arch/spl.h>
12
13 /* Linker symbols. */
14 extern char __bss_start[], __bss_end[];
15
16 extern gd_t gdata;
17
18 #endif