configs: migrate CONFIG_BMP_16/24/32BPP to defconfigs
[platform/kernel/u-boot.git] / include / configs / phycore_rk3288.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2017 PHYTEC Messtechnik GmbH
4  * Author: Wadim Egorov <w.egorov@phytec.de>
5  */
6
7 #ifndef __CONFIG_H
8 #define __CONFIG_H
9
10 #define ROCKCHIP_DEVICE_SETTINGS
11 #include <configs/rk3288_common.h>
12
13 #undef BOOT_TARGET_DEVICES
14
15 #define BOOT_TARGET_DEVICES(func) \
16         func(MMC, mmc, 0) \
17         func(MMC, mmc, 1)
18
19 #endif