blob: 1ef7633633fe399e7a94fcb21fc6a3b337ead3b4 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
huang lin47b4c222015-12-07 11:08:57 +08002/*
3 * (C) Copyright 2015 Rockchip Electronics Co., Ltd
huang lin47b4c222015-12-07 11:08:57 +08004 */
5
6#ifndef __CONFIG_H
7#define __CONFIG_H
8
Jeffy Chenb6517a02016-01-14 10:19:41 +08009#include <linux/sizes.h>
huang lin47b4c222015-12-07 11:08:57 +080010#include <configs/rk3036_common.h>
11
Jeffy Chen197e14e2016-01-14 10:19:38 +080012#ifndef CONFIG_SPL_BUILD
13
Jeffy Chenb6517a02016-01-14 10:19:41 +080014/* Store env in emmc */
Jeffy Chenb6517a02016-01-14 10:19:41 +080015#define CONFIG_SYS_MMC_ENV_DEV 0 /* emmc */
16#define CONFIG_SYS_MMC_ENV_PART 0 /* user area */
Jacob Chen21ba55d2016-11-18 15:54:26 +080017
Jeffy Chen197e14e2016-01-14 10:19:38 +080018#endif
19
huang lin47b4c222015-12-07 11:08:57 +080020#endif