Eugen Hristev | aca4ec0 | 2023-07-04 22:05:12 +0300 | [diff] [blame] | 1 | /* 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 */ |