aboutsummaryrefslogtreecommitdiff
path: root/include/configs/nova-rk3588s.h
blob: 0edd1ce8882e5e31f0fde993df1bb025607f5cb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * Copyright (c) 2022 Collabora Ltd.
 */

#ifndef __NOVA_RK3588S_H
#define __NOVA_RK3588S_H

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

#include <configs/rk3588_common.h>

#endif /* __NOVA_RK3588S_H */