]> Git Repo - J-u-boot.git/blame - include/configs/veyron.h
wandboard: README: Include the mx6qp variant in the list
[J-u-boot.git] / include / configs / veyron.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
e2e947ff
SG
2/*
3 * (C) Copyright 2015 Google, Inc
e2e947ff
SG
4 */
5
6#ifndef __CONFIG_H
7#define __CONFIG_H
8
27a1961d
SG
9#define ROCKCHIP_DEVICE_SETTINGS \
10 "stdin=serial,cros-ec-keyb\0" \
74336f7d
SG
11 "stdout=serial,vidconsole\0" \
12 "stderr=serial,vidconsole\0"
27a1961d 13
e2e947ff
SG
14#include <configs/rk3288_common.h>
15
dd8e4290 16#define CONFIG_SPI_FLASH_GIGADEVICE
e2e947ff 17
27a1961d
SG
18#define CONFIG_KEYBOARD
19
e2e947ff 20#endif
This page took 0.391283 seconds and 4 git commands to generate.