]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/configs/kylin_rk3036.h
Merge git://git.denx.de/u-boot-mmc
[people/ms/u-boot.git] / include / configs / kylin_rk3036.h
CommitLineData
47b4c228 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
b6517a0d 10#include <linux/sizes.h>
47b4c228 11#include <configs/rk3036_common.h>
12
197e14ea
JC
13#ifndef CONFIG_SPL_BUILD
14
b6517a0d 15/* Store env in emmc */
b6517a0d
JC
16#define CONFIG_SYS_MMC_ENV_DEV 0 /* emmc */
17#define CONFIG_SYS_MMC_ENV_PART 0 /* user area */
21ba55dd 18
197e14ea
JC
19#endif
20
47b4c228 21#endif