Tom Fitzhenry | 6761cb5 | 2023-10-24 01:22:22 +1100 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ |
2 | * Copyright 2023 Google, Inc | ||||
3 | */ | ||||
4 | |||||
5 | #ifndef __QUARTZPRO64_RK3588_H | ||||
6 | #define __QUARTZPRO64_RK3588_H | ||||
7 | |||||
8 | #define ROCKCHIP_DEVICE_SETTINGS \ | ||||
9 | "stdout=serial,vidconsole\0" \ | ||||
10 | "stderr=serial,vidconsole\0" | ||||
11 | |||||
12 | #include <configs/rk3588_common.h> | ||||
13 | |||||
14 | #endif /* __QUARTZPRO64_RK3588_H */ |