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