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