blob: 2b57d60eb5abb6a3f2e1b7ade9fe7061a2173043 [file] [log] [blame]
Sebastian Kropatsche4297532024-07-11 12:15:17 +02001/* SPDX-License-Identifier: GPL-2.0+ */
2
3#ifndef __NANOPI_R6C_RK3588S_H
4#define __NANOPI_R6C_RK3588S_H
5
6#define ROCKCHIP_DEVICE_SETTINGS \
7 "stdout=serial,vidconsole\0" \
8 "stderr=serial,vidconsole\0"
9
10#include <configs/rk3588_common.h>
11
12#endif /* __NANOPI_R6C_RK3588S_H */