Philippe Reynes | 990cebf | 2018-07-16 19:06:15 +0200 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
| 2 | /* |
| 3 | * Copyright (C) 2018 Philippe Reynes <philippe.reynes@softathome.com> |
| 4 | */ |
| 5 | |
| 6 | #include <configs/bmips_common.h> |
| 7 | #include <configs/bmips_bcm6838.h> |
| 8 | |
Miquel Raynal | 88718be | 2019-10-03 19:50:03 +0200 | [diff] [blame] | 9 | #ifdef CONFIG_MTD_RAW_NAND |
Philippe Reynes | 6bbecba | 2019-03-15 15:14:41 +0100 | [diff] [blame] | 10 | #define CONFIG_SYS_MAX_NAND_DEVICE 1 |
Miquel Raynal | 88718be | 2019-10-03 19:50:03 +0200 | [diff] [blame] | 11 | #endif /* CONFIG_MTD_RAW_NAND */ |