blob: a34153aac5a5eac76d5178299b3491bdbbfc4a0e [file] [log] [blame]
Kever Yang6074cfa2017-11-28 16:04:19 +08001/*
2 * (C) Copyright 2017 Rockchip Electronics Co., Ltd
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7#ifndef __EVB_RK3128_H
8#define __EVB_RK3128_H
9
10#include <configs/rk3128_common.h>
11
12#define CONFIG_ENV_IS_IN_MMC
13#define CONFIG_SYS_MMC_ENV_DEV 0
14
15#endif