configs: Migrate RBTREE, LZO, CMD_MTDPARTS, CMD_UBI and CMD_UBIFS
[platform/kernel/u-boot.git] / include / configs / phycore_rk3288.h
1 /*
2  * Copyright (C) 2017 PHYTEC Messtechnik GmbH
3  * Author: Wadim Egorov <w.egorov@phytec.de>
4  *
5  * SPDX-License-Identifier:     GPL-2.0+
6  */
7
8 #ifndef __CONFIG_H
9 #define __CONFIG_H
10
11 #define ROCKCHIP_DEVICE_SETTINGS
12 #include <configs/rk3288_common.h>
13
14 #undef BOOT_TARGET_DEVICES
15
16 #define BOOT_TARGET_DEVICES(func) \
17         func(MMC, mmc, 0) \
18         func(MMC, mmc, 1)
19
20 #define CONFIG_ENV_IS_IN_MMC
21 #define CONFIG_SYS_MMC_ENV_DEV 1
22
23 #endif