mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 21:24:29 +00:00
ba0afaee85
This board is setting CONFIG_ENV_IS_IN_MMC in the header rather than defconfig, fix. Cc: Kever Yang <kever.yang@rock-chips.com> Signed-off-by: Tom Rini <trini@konsulko.com>
13 lines
224 B
C
13 lines
224 B
C
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
/*
|
|
* (C) Copyright 2017 Rockchip Electronics Co., Ltd
|
|
*/
|
|
|
|
#ifndef __EVB_RK3128_H
|
|
#define __EVB_RK3128_H
|
|
|
|
#include <configs/rk3128_common.h>
|
|
|
|
#define CONFIG_SYS_MMC_ENV_DEV 0
|
|
|
|
#endif
|