blob: 9e4a66902b50f9a28ccabce9e79b211511adbb7c [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
Sjoerd Simonsabe919e2015-09-18 23:49:12 +020016#define CONFIG_SYS_MMC_ENV_DEV 0
Sjoerd Simonsabe919e2015-09-18 23:49:12 +020017
Simon Glass17aa5482015-08-30 16:55:41 -060018#endif