Merge git://www.denx.de/git/u-boot-imx
[platform/kernel/u-boot.git] / include / configs / vyasa-rk3288.h
1 /*
2  * Copyright (C) 2017 Amarula Solutions
3  *
4  * Configuration settings for Amarula Vyasa RK3288.
5  *
6  * SPDX-License-Identifier:     GPL-2.0+
7  */
8
9 #ifndef __CONFIG_H
10 #define __CONFIG_H
11
12 #define ROCKCHIP_DEVICE_SETTINGS
13 #include <configs/rk3288_common.h>
14
15 #undef BOOT_TARGET_DEVICES
16
17 #define BOOT_TARGET_DEVICES(func) \
18         func(MMC, mmc, 1) \
19
20 #define CONFIG_SYS_MMC_ENV_DEV 1
21 #undef CONFIG_CMD_USB_MASS_STORAGE
22
23 #endif