blob: 0dc3532f330e9107ef37f31dd2e4ac6da2bc56fa [file] [log] [blame]
Xu Ziyuan744368d2016-07-05 18:06:30 +08001/*
2 * (C) Copyright 2016 Rockchip Electronics Co., Ltd
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7#ifndef __CONFIG_H
8#define __CONFIG_H
9
10#define ROCKCHIP_DEVICE_SETTINGS
11#include <configs/rk3288_common.h>
12
Xu Ziyuan744368d2016-07-05 18:06:30 +080013#define CONFIG_ENV_IS_IN_MMC
Jacob Chen483a8012017-03-15 17:28:43 +080014#define CONFIG_SYS_MMC_ENV_DEV 0
Jacob Chene1e97032016-11-18 15:54:25 +080015
Xu Ziyuan744368d2016-07-05 18:06:30 +080016#endif