Álvaro Fernández Rojas | 2ea88e6 | 2017-05-16 18:42:43 +0200 | [diff] [blame^] | 1 | /* |
2 | * Copyright (C) 2017 Álvaro Fernández Rojas <noltari@gmail.com> | ||||
3 | * | ||||
4 | * SPDX-License-Identifier: GPL-2.0+ | ||||
5 | */ | ||||
6 | |||||
7 | #include <configs/bmips_common.h> | ||||
8 | #include <configs/bmips_bcm3380.h> | ||||
9 | |||||
10 | #define CONFIG_ENV_IS_NOWHERE | ||||
11 | #define CONFIG_ENV_SIZE (8 * 1024) | ||||
12 | |||||
13 | #define CONFIG_AUTO_COMPLETE | ||||
14 | #define CONFIG_CMDLINE_EDITING | ||||
15 | #define CONFIG_SYS_LONGHELP |