blob: df96c32952f3b6523b5724350bcf425a2a07fbcd [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Simon Glass7c1058f2016-01-21 19:45:24 -07002/*
3 * (C) Copyright 2015 Google, Inc
Simon Glass7c1058f2016-01-21 19:45:24 -07004 */
5
6#ifndef __CONFIG_H
7#define __CONFIG_H
8
9#define ROCKCHIP_DEVICE_SETTINGS \
Peter Robinson23cb6172020-03-02 07:57:55 +000010 "stdin=serial,usbkbd\0" \
Simon Glass7c1058f2016-01-21 19:45:24 -070011 "stdout=serial,vidconsole\0" \
12 "stderr=serial,vidconsole\0"
13
14#include <configs/rk3288_common.h>
15
Simon Glass7c1058f2016-01-21 19:45:24 -070016#endif