1/* SPDX-License-Identifier: GPL-2.0+ */ 2/* 3 * Copyright (C) 2017 Álvaro Fernández Rojas <noltari@gmail.com> 4 */ 5 6#include <configs/bmips_common.h> 7#include <configs/bmips_bcm63268.h> 8 9#define CONFIG_REMAKE_ELF 10 11#ifdef CONFIG_MTD_RAW_NAND 12#define CONFIG_SYS_MAX_NAND_DEVICE 1 13#define CONFIG_SYS_NAND_SELF_INIT 14#endif /* CONFIG_MTD_RAW_NAND */ 15