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