blob: d2d630d6107f7dd5c6609d6f6615358a7f98ff8b [file] [log] [blame]
huang lin47b4c222015-12-07 11:08:57 +08001/*
2 * (C) Copyright 2015 Rockchip Electronics Co., Ltd
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7#ifndef __CONFIG_H
8#define __CONFIG_H
9
Jeffy Chenb6517a02016-01-14 10:19:41 +080010#include <linux/sizes.h>
huang lin47b4c222015-12-07 11:08:57 +080011#include <configs/rk3036_common.h>
12
Jeffy Chen197e14e2016-01-14 10:19:38 +080013#ifndef CONFIG_SPL_BUILD
14
Jeffy Chenb6517a02016-01-14 10:19:41 +080015/* Store env in emmc */
Jeffy Chenb6517a02016-01-14 10:19:41 +080016#define CONFIG_SYS_MMC_ENV_DEV 0 /* emmc */
17#define CONFIG_SYS_MMC_ENV_PART 0 /* user area */
Jacob Chen21ba55d2016-11-18 15:54:26 +080018
Jeffy Chen197e14e2016-01-14 10:19:38 +080019#endif
20
huang lin47b4c222015-12-07 11:08:57 +080021#endif