Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
huang lin | a77e50c | 2015-12-07 11:08:57 +0800 | [diff] [blame] | 2 | /* |
3 | * (C) Copyright 2015 Rockchip Electronics Co., Ltd | ||||
huang lin | a77e50c | 2015-12-07 11:08:57 +0800 | [diff] [blame] | 4 | */ |
5 | |||||
6 | #ifndef __CONFIG_H | ||||
7 | #define __CONFIG_H | ||||
8 | |||||
Jeffy Chen | 3e43a3e | 2016-01-14 10:19:41 +0800 | [diff] [blame] | 9 | #include <linux/sizes.h> |
huang lin | a77e50c | 2015-12-07 11:08:57 +0800 | [diff] [blame] | 10 | #include <configs/rk3036_common.h> |
11 | |||||
Jeffy Chen | 4d533cd | 2016-01-14 10:19:38 +0800 | [diff] [blame] | 12 | #ifndef CONFIG_SPL_BUILD |
13 | |||||
Jeffy Chen | 3e43a3e | 2016-01-14 10:19:41 +0800 | [diff] [blame] | 14 | /* Store env in emmc */ |
Jeffy Chen | 3e43a3e | 2016-01-14 10:19:41 +0800 | [diff] [blame] | 15 | #define CONFIG_SYS_MMC_ENV_DEV 0 /* emmc */ |
16 | #define CONFIG_SYS_MMC_ENV_PART 0 /* user area */ | ||||
Jacob Chen | 541adcc | 2016-11-18 15:54:26 +0800 | [diff] [blame] | 17 | |
Jeffy Chen | 4d533cd | 2016-01-14 10:19:38 +0800 | [diff] [blame] | 18 | #endif |
19 | |||||
huang lin | a77e50c | 2015-12-07 11:08:57 +0800 | [diff] [blame] | 20 | #endif |