Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Simon Schwarz | 1648a37 | 2012-03-15 04:01:34 +0000 | [diff] [blame] | 2 | /* Copyright (C) 2011 |
| 3 | * Corscience GmbH & Co. KG - Simon Schwarz <schwarz@corscience.de> |
Simon Schwarz | 1648a37 | 2012-03-15 04:01:34 +0000 | [diff] [blame] | 4 | */ |
| 5 | #ifndef _NAND_SPL_H_ |
| 6 | #define _NAND_SPL_H_ |
| 7 | |
| 8 | #define SPL_EXPORT (0x00000001) |
| 9 | |
| 10 | #define SPL_EXPORT_FDT (0x00000001) |
| 11 | #define SPL_EXPORT_ATAGS (0x00000002) |
| 12 | #define SPL_EXPORT_LAST SPL_EXPORT_ATAGS |
| 13 | |
| 14 | #endif /* _NAND_SPL_H_ */ |