aboutsummaryrefslogtreecommitdiff
path: root/include/configs/quartzpro64-rk3588.h
blob: a1faa2aad856c1894b983f5a1bd9c99ce12e44bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0+
 * Copyright 2023 Google, Inc
 */

#ifndef __QUARTZPRO64_RK3588_H
#define __QUARTZPRO64_RK3588_H

#define ROCKCHIP_DEVICE_SETTINGS \
		"stdout=serial,vidconsole\0" \
		"stderr=serial,vidconsole\0"

#include <configs/rk3588_common.h>

#endif /* __QUARTZPRO64_RK3588_H */