blob: df96c32952f3b6523b5724350bcf425a2a07fbcd [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Simon Glass17aa5482015-08-30 16:55:41 -06002/*
3 * (C) Copyright 2015 Google, Inc
Simon Glass17aa5482015-08-30 16:55:41 -06004 */
5
6#ifndef __CONFIG_H
7#define __CONFIG_H
8
Simon Glass889b8a32016-01-21 19:45:20 -07009#define ROCKCHIP_DEVICE_SETTINGS \
Leo Wenaf830642017-07-25 20:47:46 +080010 "stdin=serial,usbkbd\0" \
Simon Glass889b8a32016-01-21 19:45:20 -070011 "stdout=serial,vidconsole\0" \
Kever Yang932b2c92018-04-18 18:01:21 +080012 "stderr=serial,vidconsole\0"
Simon Glass27a19612016-01-21 19:44:13 -070013
Simon Glass17aa5482015-08-30 16:55:41 -060014#include <configs/rk3288_common.h>
15
Simon Glass17aa5482015-08-30 16:55:41 -060016#endif