| /* SPDX-License-Identifier: GPL-2.0+ */ | |
| /* | |
| * Copyright (c) 2023 Theobroma Systems Design und Consulting GmbH | |
| */ | |
| #ifndef __TIGER_RK3588_H | |
| #define __TIGER_RK3588_H | |
| #define ROCKCHIP_DEVICE_SETTINGS \ | |
| "stdout=serial,vidconsole\0" \ | |
| "stderr=serial,vidconsole\0" | |
| #include <configs/rk3588_common.h> | |
| #endif /* __TIGER_RK3588_H */ |