Simon Schwarz | 1648a37 | 2012-03-15 04:01:34 +0000 | [diff] [blame] | 1 | /* Copyright (C) 2011 |
| 2 | * Corscience GmbH & Co. KG - Simon Schwarz <schwarz@corscience.de> |
| 3 | * |
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 4 | * SPDX-License-Identifier: GPL-2.0+ |
Simon Schwarz | 1648a37 | 2012-03-15 04:01:34 +0000 | [diff] [blame] | 5 | */ |
| 6 | #ifndef _NAND_SPL_H_ |
| 7 | #define _NAND_SPL_H_ |
| 8 | |
| 9 | #define SPL_EXPORT (0x00000001) |
| 10 | |
| 11 | #define SPL_EXPORT_FDT (0x00000001) |
| 12 | #define SPL_EXPORT_ATAGS (0x00000002) |
| 13 | #define SPL_EXPORT_LAST SPL_EXPORT_ATAGS |
| 14 | |
| 15 | #endif /* _NAND_SPL_H_ */ |