blob: fd08da568b1cf834a23c801e570115a584e98602 [file] [log] [blame]
Jianfeng Liu40b573e2024-05-29 01:04:06 +08001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright (c) 2024 ArmSoM Technology Co., Ltd.
4 */
5
6#ifndef __SIGE7_RK3588_H
7#define __SIGE7_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 /* __SIGE7_RK3588_H */