blob: 7923e63f8f7b231babba2ce26cd4a31bf61e6ed6 [file] [log] [blame]
Álvaro Fernández Rojas5e14ce22017-05-16 18:39:04 +02001/*
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_bcm6348.h>
9
10#define CONFIG_REMAKE_ELF
11
Álvaro Fernández Rojas5e14ce22017-05-16 18:39:04 +020012#define CONFIG_ENV_SIZE (8 * 1024)
13
Álvaro Fernández Rojas5e14ce22017-05-16 18:39:04 +020014#define CONFIG_SYS_FLASH_CFI 1
15#define CONFIG_FLASH_CFI_DRIVER 1