Merge patch series "upl: Prerequite patches for updated spec"
[u-boot.git] / include / configs / vyasa-rk3288.h
blob81ff61bf7a6aff92eac1b6a87d2c93485cba7012
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3 * Copyright (C) 2017 Amarula Solutions
5 * Configuration settings for Amarula Vyasa RK3288.
6 */
8 #ifndef __CONFIG_H
9 #define __CONFIG_H
11 #define ROCKCHIP_DEVICE_SETTINGS \
12 "stdin=serial,usbkbd\0" \
13 "stdout=serial,vidconsole\0" \
14 "stderr=serial,vidconsole\0"
16 #include <configs/rk3288_common.h>
18 #undef BOOT_TARGET_DEVICES
20 #define BOOT_TARGET_DEVICES(func) \
21 func(MMC, mmc, 1) \
23 #endif