xref: /rk3399_rockchip-uboot/arch/powerpc/include/asm/spl.h (revision 51cb23d45263eb0c0dd7e8e22e9a6e10c8b81f3e)
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 #define BOOT_DEVICE_NOR		1
11 
12 /* Linker symbols */
13 extern char __bss_start[], __bss_end[];
14 
15 #endif
16