mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-11 13:56:30 +00:00
13 lines
255 B
C
13 lines
255 B
C
|
/* 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
|