blob: 053c9032e2da0f7cf4c87b4586ed75e24c09e205 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Xu Ziyuan744368d2016-07-05 18:06:30 +08002/*
3 * (C) Copyright 2016 Rockchip Electronics Co., Ltd
Xu Ziyuan744368d2016-07-05 18:06:30 +08004 */
5
6#ifndef __CONFIG_H
7#define __CONFIG_H
8
Suniel Maheshc997d1c2020-07-21 20:54:42 +05309#define ROCKCHIP_DEVICE_SETTINGS \
10 "stdin=serial,usbkbd\0" \
11 "stdout=serial,vidconsole\0" \
12 "stderr=serial,vidconsole\0"
13
Xu Ziyuan744368d2016-07-05 18:06:30 +080014#include <configs/rk3288_common.h>
15
Xu Ziyuan744368d2016-07-05 18:06:30 +080016#endif