blob: 4f75c800060a6f4ce91739d0719f91483cd6d955 [file] [log] [blame]
Eugen Hristev3bf8e402023-02-22 11:05:12 +02001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright (c) 2022 Collabora Ltd.
4 */
5
6#ifndef __ROCK5B_RK3588_H
7#define __ROCK5B_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 /* __ROCK5B_RK3588_H */