blob: 3a5fc065d87d569c55ecf61caf1d8470132ba732 [file] [log] [blame]
Simon Glasse2e947f2015-08-30 16:55:42 -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 Glass27a19612016-01-21 19:44:13 -070010#define ROCKCHIP_DEVICE_SETTINGS \
11 "stdin=serial,cros-ec-keyb\0" \
Simon Glass74336f72016-01-21 19:45:19 -070012 "stdout=serial,vidconsole\0" \
13 "stderr=serial,vidconsole\0"
Simon Glass27a19612016-01-21 19:44:13 -070014
Simon Glasse2e947f2015-08-30 16:55:42 -060015#include <configs/rk3288_common.h>
16
Simon Glasse2e947f2015-08-30 16:55:42 -060017#define CONFIG_SPL_SPI_LOAD
Simon Glassdd8e4292015-12-29 05:22:45 -070018#define CONFIG_SPI_FLASH_GIGADEVICE
Simon Glasse2e947f2015-08-30 16:55:42 -060019
Simon Glass27a19612016-01-21 19:44:13 -070020#define CONFIG_KEYBOARD
21
Simon Glasse2e947f2015-08-30 16:55:42 -060022#endif