Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Álvaro Fernández Rojas | c320b92 | 2018-01-20 14:16:56 +0100 | [diff] [blame] | 2 | /* |
| 3 | * Copyright (C) 2017 Álvaro Fernández Rojas <noltari@gmail.com> |
Álvaro Fernández Rojas | c320b92 | 2018-01-20 14:16:56 +0100 | [diff] [blame] | 4 | */ |
| 5 | |
| 6 | #include <configs/bmips_common.h> |
| 7 | #include <configs/bmips_bcm6368.h> |
| 8 | |
| 9 | #define CONFIG_REMAKE_ELF |
| 10 | |
| 11 | #define CONFIG_ENV_SIZE (8 * 1024) |
| 12 | |
Álvaro Fernández Rojas | c320b92 | 2018-01-20 14:16:56 +0100 | [diff] [blame] | 13 | #define CONFIG_SYS_FLASH_CFI 1 |
| 14 | #define CONFIG_FLASH_CFI_DRIVER 1 |