2016-07-26 10:28:30 +00:00
|
|
|
/*
|
|
|
|
* (C) Copyright 2016 Rockchip Electronics Co., Ltd
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __CONFIG_H
|
|
|
|
#define __CONFIG_H
|
|
|
|
|
|
|
|
#define ROCKCHIP_DEVICE_SETTINGS
|
|
|
|
#include <configs/rk3288_common.h>
|
|
|
|
|
|
|
|
#define CONFIG_ENV_IS_IN_MMC
|
2017-03-15 09:28:43 +00:00
|
|
|
#define CONFIG_SYS_MMC_ENV_DEV 0
|
2016-11-18 07:54:25 +00:00
|
|
|
|
2016-07-26 10:28:30 +00:00
|
|
|
#endif
|