summaryrefslogtreecommitdiff
path: root/include/configs/nanopi-r6c-rk3588s.h
blob: 2b57d60eb5abb6a3f2e1b7ade9fe7061a2173043 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0+ */

#ifndef __NANOPI_R6C_RK3588S_H
#define __NANOPI_R6C_RK3588S_H

#define ROCKCHIP_DEVICE_SETTINGS \
		"stdout=serial,vidconsole\0" \
		"stderr=serial,vidconsole\0"

#include <configs/rk3588_common.h>

#endif /* __NANOPI_R6C_RK3588S_H */