xref: /openbmc/u-boot/include/configs/rock2.h (revision e8f80a5a)
1*83d290c5STom Rini /* SPDX-License-Identifier: GPL-2.0+ */
27c1058faSSimon Glass /*
37c1058faSSimon Glass  * (C) Copyright 2015 Google, Inc
47c1058faSSimon Glass  */
57c1058faSSimon Glass 
67c1058faSSimon Glass #ifndef __CONFIG_H
77c1058faSSimon Glass #define __CONFIG_H
87c1058faSSimon Glass 
97c1058faSSimon Glass #define ROCKCHIP_DEVICE_SETTINGS \
107c1058faSSimon Glass 		"stdin=serial,cros-ec-keyb\0" \
117c1058faSSimon Glass 		"stdout=serial,vidconsole\0" \
127c1058faSSimon Glass 		"stderr=serial,vidconsole\0"
137c1058faSSimon Glass 
147c1058faSSimon Glass #include <configs/rk3288_common.h>
157c1058faSSimon Glass 
167c1058faSSimon Glass #define CONFIG_SYS_MMC_ENV_DEV 0
1770616df2SSandy Patterson 
187c1058faSSimon Glass #endif
19