Prepare v2023.10
[platform/kernel/u-boot.git] / include / configs / anbernic-rgxx3-rk3566.h
1 /* 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