]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/powerpc/include/asm/spl.h
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / arch / powerpc / include / asm / spl.h
CommitLineData
083f2e08
SR
1/*
2 * (C) Copyright 2012
3 * Texas Instruments, <www.ti.com>
4 *
1a459660 5 * SPDX-License-Identifier: GPL-2.0+
083f2e08
SR
6 */
7#ifndef _ASM_SPL_H_
8#define _ASM_SPL_H_
9
10#define BOOT_DEVICE_NOR 1
11
12/* Linker symbols */
3929fb0a 13extern char __bss_start[], __bss_end[];
083f2e08
SR
14
15#endif