blob: 565141cf33d0580afe3c700af3788feab4f80fde [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Álvaro Fernández Rojas5e14ce22017-05-16 18:39:04 +02002/*
3 * Copyright (C) 2017 Álvaro Fernández Rojas <noltari@gmail.com>
Álvaro Fernández Rojas5e14ce22017-05-16 18:39:04 +02004 */
5
6#include <configs/bmips_common.h>
7#include <configs/bmips_bcm6348.h>
8
9#define CONFIG_REMAKE_ELF
10
Álvaro Fernández Rojas5e14ce22017-05-16 18:39:04 +020011#define CONFIG_ENV_SIZE (8 * 1024)
12
Álvaro Fernández Rojas5e14ce22017-05-16 18:39:04 +020013#define CONFIG_SYS_FLASH_CFI 1
14#define CONFIG_FLASH_CFI_DRIVER 1