1*0642f485SÁlvaro Fernández Rojas /*
2*0642f485SÁlvaro Fernández Rojas  * Copyright (C) 2017 Álvaro Fernández Rojas <noltari@gmail.com>
3*0642f485SÁlvaro Fernández Rojas  *
4*0642f485SÁlvaro Fernández Rojas  * SPDX-License-Identifier:	GPL-2.0+
5*0642f485SÁlvaro Fernández Rojas  */
6*0642f485SÁlvaro Fernández Rojas 
7*0642f485SÁlvaro Fernández Rojas #include <configs/bmips_common.h>
8*0642f485SÁlvaro Fernández Rojas #include <configs/bmips_bcm6328.h>
9*0642f485SÁlvaro Fernández Rojas 
10*0642f485SÁlvaro Fernández Rojas #define CONFIG_REMAKE_ELF
11*0642f485SÁlvaro Fernández Rojas 
12*0642f485SÁlvaro Fernández Rojas #define CONFIG_ENV_IS_NOWHERE
13*0642f485SÁlvaro Fernández Rojas #define CONFIG_ENV_SIZE			(8 * 1024)
14*0642f485SÁlvaro Fernández Rojas 
15*0642f485SÁlvaro Fernández Rojas #define CONFIG_AUTO_COMPLETE
16*0642f485SÁlvaro Fernández Rojas #define CONFIG_CMDLINE_EDITING
17*0642f485SÁlvaro Fernández Rojas #define CONFIG_SYS_LONGHELP
18