u-boot/include/configs/anbernic-rgxx3-rk3566.h

13 lines
255 B
C
Raw Normal View History

/* SPDX-License-Identifier: GPL-2.0+ */
#ifndef __ANBERNIC_RGXX3_RK3566_H
#define __ANBERNIC_RGXX3_RK3566_H
#include <configs/rk3568_common.h>
#define ROCKCHIP_DEVICE_SETTINGS \
"stdout=serial,vidconsole\0" \
"stderr=serial,vidconsole\0"
#endif