blob: ce9441d71f090ab197d562fcf95aa510847af568 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Simon Glasse2e947f2015-08-30 16:55:42 -06002/*
3 * (C) Copyright 2015 Google, Inc
Simon Glasse2e947f2015-08-30 16:55:42 -06004 */
5
6#ifndef __CONFIG_H
7#define __CONFIG_H
8
Simon Glass27a19612016-01-21 19:44:13 -07009#define ROCKCHIP_DEVICE_SETTINGS \
10 "stdin=serial,cros-ec-keyb\0" \
Simon Glass74336f72016-01-21 19:45:19 -070011 "stdout=serial,vidconsole\0" \
12 "stderr=serial,vidconsole\0"
Simon Glass27a19612016-01-21 19:44:13 -070013
Simon Glasse2e947f2015-08-30 16:55:42 -060014#include <configs/rk3288_common.h>
15
Simon Glasse2e947f2015-08-30 16:55:42 -060016#endif