blob: e19fa90212839f96809f34f47c0edd7ebcf0db34 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Xu Ziyuan744368d2016-07-05 18:06:30 +08002/*
3 * (C) Copyright 2016 Rockchip Electronics Co., Ltd
Xu Ziyuan744368d2016-07-05 18:06:30 +08004 */
5
6#ifndef __CONFIG_H
7#define __CONFIG_H
8
Suniel Maheshc997d1c2020-07-21 20:54:42 +05309#define ROCKCHIP_DEVICE_SETTINGS \
10 "stdin=serial,usbkbd\0" \
11 "stdout=serial,vidconsole\0" \
12 "stderr=serial,vidconsole\0"
13
Xu Ziyuan744368d2016-07-05 18:06:30 +080014#include <configs/rk3288_common.h>
15
Jacob Chen483a8012017-03-15 17:28:43 +080016#define CONFIG_SYS_MMC_ENV_DEV 0
Jacob Chene1e97032016-11-18 15:54:25 +080017
Xu Ziyuan744368d2016-07-05 18:06:30 +080018#endif