]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/configs/phycore_rk3288.h
Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to Kconfig
[people/ms/u-boot.git] / include / configs / phycore_rk3288.h
CommitLineData
bafcf2db
WE
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
bafcf2db
WE
20#define CONFIG_SYS_MMC_ENV_DEV 1
21
22#endif