blob: aab43ed5948186bec0a7e66bf73dd3663f7b56c6 [file] [log] [blame]
Wadim Egorov6ee2d012017-06-19 12:36:40 +02001/*
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