blob: 917caf4d53a502879b1732e7a1709192e3c7eb81 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Simon Glass7c1058f2016-01-21 19:45:24 -07002/*
3 * (C) Copyright 2015 Google, Inc
Simon Glass7c1058f2016-01-21 19:45:24 -07004 */
5
6#ifndef __CONFIG_H
7#define __CONFIG_H
8
9#define ROCKCHIP_DEVICE_SETTINGS \
10 "stdin=serial,cros-ec-keyb\0" \
11 "stdout=serial,vidconsole\0" \
12 "stderr=serial,vidconsole\0"
13
14#include <configs/rk3288_common.h>
15
Simon Glass7c1058f2016-01-21 19:45:24 -070016#define CONFIG_SYS_MMC_ENV_DEV 0
Sandy Patterson70616df2016-08-29 07:31:17 -040017
Simon Glass7c1058f2016-01-21 19:45:24 -070018#endif