blob: 3c4ea4e7d8433092fda8f0ecdcca9a818d2020f4 [file] [log] [blame]
Chris Morgan6cf6fe22023-04-21 10:59:19 -05001/* SPDX-License-Identifier: GPL-2.0+ */
2
3#ifndef __ANBERNIC_RGXX3_RK3566_H
4#define __ANBERNIC_RGXX3_RK3566_H
5
6#include <configs/rk3568_common.h>
7
8#define ROCKCHIP_DEVICE_SETTINGS \
9 "stdout=serial,vidconsole\0" \
10 "stderr=serial,vidconsole\0"
11
12#endif