blob: 9a2d3ee9f5367f9d55af6c93925cae5ed062be04 [file] [log] [blame]
Eugen Hristevaca4ec02023-07-04 22:05:12 +03001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright (c) 2023 Collabora Ltd.
4 */
5
6#ifndef __ROCK5A_RK3588_H
7#define __ROCK5A_RK3588_H
8
9#define ROCKCHIP_DEVICE_SETTINGS \
10 "stdout=serial,vidconsole\0" \
11 "stderr=serial,vidconsole\0"
12
13#include <configs/rk3588_common.h>
14
15#endif /* __ROCK5A_RK3588_H */