2018-05-06 21:58:06 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
2015-08-30 22:55:41 +00:00
|
|
|
/*
|
|
|
|
* (C) Copyright 2015 Google, Inc
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __CONFIG_H
|
|
|
|
#define __CONFIG_H
|
|
|
|
|
2016-01-22 02:45:20 +00:00
|
|
|
#define ROCKCHIP_DEVICE_SETTINGS \
|
2017-07-25 12:47:46 +00:00
|
|
|
"stdin=serial,usbkbd\0" \
|
2016-01-22 02:45:20 +00:00
|
|
|
"stdout=serial,vidconsole\0" \
|
2018-04-18 10:01:21 +00:00
|
|
|
"stderr=serial,vidconsole\0"
|
2016-01-22 02:44:13 +00:00
|
|
|
|
2015-08-30 22:55:41 +00:00
|
|
|
#include <configs/rk3288_common.h>
|
|
|
|
|
2015-09-18 21:49:12 +00:00
|
|
|
#define CONFIG_SYS_MMC_ENV_DEV 0
|
|
|
|
|
2015-08-30 22:55:41 +00:00
|
|
|
#endif
|