u-boot/include/configs/evb_rk3328.h
Jagan Teki cd0b42da7b configs: evb-rk3328: Enable vidconsole for rk3328
Enable video console for Rockchip RK3328.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
2024-04-21 09:07:01 +02:00

16 lines
318 B
C

/* SPDX-License-Identifier: GPL-2.0+ */
/*
* (C) Copyright 2016 Rockchip Electronics Co., Ltd
*/
#ifndef __EVB_RK3328_H
#define __EVB_RK3328_H
#define ROCKCHIP_DEVICE_SETTINGS \
"stdin=serial,usbkbd\0" \
"stdout=serial,vidconsole\0" \
"stderr=serial,vidconsole\0"
#include <configs/rk3328_common.h>
#endif