2018-05-06 21:58:06 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
2015-12-07 03:08:57 +00:00
|
|
|
/*
|
|
|
|
* (C) Copyright 2015 Rockchip Electronics Co., Ltd
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __CONFIG_H
|
|
|
|
#define __CONFIG_H
|
|
|
|
|
2016-01-14 02:19:41 +00:00
|
|
|
#include <linux/sizes.h>
|
2015-12-07 03:08:57 +00:00
|
|
|
#include <configs/rk3036_common.h>
|
|
|
|
|
2016-01-14 02:19:38 +00:00
|
|
|
#ifndef CONFIG_SPL_BUILD
|
|
|
|
|
2016-01-14 02:19:41 +00:00
|
|
|
/* Store env in emmc */
|
|
|
|
#define CONFIG_SYS_MMC_ENV_DEV 0 /* emmc */
|
|
|
|
#define CONFIG_SYS_MMC_ENV_PART 0 /* user area */
|
2016-11-18 07:54:26 +00:00
|
|
|
|
2016-01-14 02:19:38 +00:00
|
|
|
#endif
|
|
|
|
|
2015-12-07 03:08:57 +00:00
|
|
|
#endif
|