mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-18 15:08:59 +00:00
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
11 lines
242 B
C
11 lines
242 B
C
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
/*
|
|
* Copyright (C) 2018 Álvaro Fernández Rojas <noltari@gmail.com>
|
|
*/
|
|
|
|
#include <configs/bmips_common.h>
|
|
#include <configs/bmips_bcm6318.h>
|
|
|
|
#define CONFIG_REMAKE_ELF
|
|
|
|
#define CONFIG_ENV_SIZE SZ_8K
|