summaryrefslogtreecommitdiff
path: root/include/configs/anbernic-rgxx3-rk3566.h
blob: 3d9e05a976a54fd6fce25ba6004ff7383ebee972 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0+ */

#ifndef __ANBERNIC_RGXX3_RK3566_H
#define __ANBERNIC_RGXX3_RK3566_H

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

#include <configs/rk3568_common.h>

#endif