blob: c985080f7b3090b85960729d2431ce5ccc38cba6 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Kever Yang975a2ab2017-02-23 15:37:55 +08002/*
3 * (C) Copyright 2016 Rockchip Electronics Co., Ltd
Kever Yang975a2ab2017-02-23 15:37:55 +08004 */
5
6#ifndef __EVB_RK3328_H
7#define __EVB_RK3328_H
8
Jagan Tekif56450d2024-01-17 13:21:53 +05309#define ROCKCHIP_DEVICE_SETTINGS \
10 "stdin=serial,usbkbd\0" \
11 "stdout=serial,vidconsole\0" \
12 "stderr=serial,vidconsole\0"
13
Kever Yang975a2ab2017-02-23 15:37:55 +080014#include <configs/rk3328_common.h>
15
Kever Yang975a2ab2017-02-23 15:37:55 +080016#endif