blob: 81ff61bf7a6aff92eac1b6a87d2c93485cba7012 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Jagan Tekid55af072017-09-12 17:15:47 +05302/*
3 * Copyright (C) 2017 Amarula Solutions
4 *
5 * Configuration settings for Amarula Vyasa RK3288.
Jagan Tekid55af072017-09-12 17:15:47 +05306 */
7
8#ifndef __CONFIG_H
9#define __CONFIG_H
10
Jagan Tekia30c6892020-01-23 19:42:22 +053011#define ROCKCHIP_DEVICE_SETTINGS \
Peter Robinson23cb6172020-03-02 07:57:55 +000012 "stdin=serial,usbkbd\0" \
Jagan Tekia30c6892020-01-23 19:42:22 +053013 "stdout=serial,vidconsole\0" \
14 "stderr=serial,vidconsole\0"
15
Jagan Tekid55af072017-09-12 17:15:47 +053016#include <configs/rk3288_common.h>
17
18#undef BOOT_TARGET_DEVICES
19
20#define BOOT_TARGET_DEVICES(func) \
21 func(MMC, mmc, 1) \
22
Jagan Tekid55af072017-09-12 17:15:47 +053023#endif