blob: a1faa2aad856c1894b983f5a1bd9c99ce12e44bb [file] [log] [blame]
Tom Fitzhenry6761cb52023-10-24 01:22:22 +11001/* 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 */