mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 06:04:34 +00:00
10 lines
226 B
C
10 lines
226 B
C
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||
|
/*
|
||
|
* Copyright (C) 2018 Philippe Reynes <philippe.reynes@softathome.com>
|
||
|
*/
|
||
|
|
||
|
#include <configs/bmips_common.h>
|
||
|
#include <configs/bmips_bcm6838.h>
|
||
|
|
||
|
#define CONFIG_ENV_SIZE (8 * 1024)
|