Stefan Roese | 083f2e0 | 2012-08-16 17:53:18 +0200 | [diff] [blame] | 1 | /* |
| 2 | * (C) Copyright 2012 |
| 3 | * Texas Instruments, <www.ti.com> |
| 4 | * |
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 5 | * SPDX-License-Identifier: GPL-2.0+ |
Stefan Roese | 083f2e0 | 2012-08-16 17:53:18 +0200 | [diff] [blame] | 6 | */ |
| 7 | #ifndef _ASM_SPL_H_ |
| 8 | #define _ASM_SPL_H_ |
| 9 | |
| 10 | #define BOOT_DEVICE_NOR 1 |
| 11 | |
| 12 | /* Linker symbols */ |
Simon Glass | 3929fb0 | 2013-03-14 06:54:53 +0000 | [diff] [blame] | 13 | extern char __bss_start[], __bss_end[]; |
Stefan Roese | 083f2e0 | 2012-08-16 17:53:18 +0200 | [diff] [blame] | 14 | |
| 15 | #endif |