1 /* 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 10 #include <linux/sizes.h> 11 #include <configs/rk3036_common.h> 12 13 #ifndef CONFIG_SPL_BUILD 14 15 /* Store env in emmc */ 16 #define CONFIG_SYS_MMC_ENV_DEV 0 /* emmc */ 17 #define CONFIG_SYS_MMC_ENV_PART 0 /* user area */ 18 19 #endif 20 21 #endif 22