blob: d6bb9f6fb4af05d91755e77a3dc717dd33856ce1 [file] [log] [blame]
Simon Glass17aa5482015-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 Glass889b8a32016-01-21 19:45:20 -070010#define ROCKCHIP_DEVICE_SETTINGS \
Leo Wenaf830642017-07-25 20:47:46 +080011 "stdin=serial,usbkbd\0" \
Simon Glass889b8a32016-01-21 19:45:20 -070012 "stdout=serial,vidconsole\0" \
Leo Wena1903c12017-07-25 20:47:47 +080013 "stderr=serial,vidconsole\0" \
14 "preboot=usb start\0"
Simon Glass27a19612016-01-21 19:44:13 -070015
Simon Glass17aa5482015-08-30 16:55:41 -060016#include <configs/rk3288_common.h>
17
Sjoerd Simonsabe919e2015-09-18 23:49:12 +020018#define CONFIG_SYS_MMC_ENV_DEV 0
Sjoerd Simonsabe919e2015-09-18 23:49:12 +020019
Simon Glass17aa5482015-08-30 16:55:41 -060020#endif