blob: d6bb9f6fb4af05d91755e77a3dc717dd33856ce1 [file] [log] [blame]
Simon Glassec3be542015-08-30 16:55:41 -06001/*
2 * (C) Copyright 2015 Google, Inc
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7#ifndef __CONFIG_H
8#define __CONFIG_H
9
Simon Glass52de6462016-01-21 19:45:20 -070010#define ROCKCHIP_DEVICE_SETTINGS \
Leo Wend4ad52f2017-07-25 20:47:46 +080011 "stdin=serial,usbkbd\0" \
Simon Glass52de6462016-01-21 19:45:20 -070012 "stdout=serial,vidconsole\0" \
Leo Wendfbe0212017-07-25 20:47:47 +080013 "stderr=serial,vidconsole\0" \
14 "preboot=usb start\0"
Simon Glasscf88b7c2016-01-21 19:44:13 -070015
Simon Glassec3be542015-08-30 16:55:41 -060016#include <configs/rk3288_common.h>
17
Sjoerd Simons7df01682015-09-18 23:49:12 +020018#define CONFIG_SYS_MMC_ENV_DEV 0
Sjoerd Simons7df01682015-09-18 23:49:12 +020019
Simon Glassec3be542015-08-30 16:55:41 -060020#endif