mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
16 lines
307 B
C
16 lines
307 B
C
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||
|
/*
|
||
|
* (C) Copyright 2022 Theobroma Systems Design und Consulting GmbH
|
||
|
*/
|
||
|
|
||
|
#ifndef __RINGNECK_PX30_H
|
||
|
#define __RINGNECK_PX30_H
|
||
|
|
||
|
#include <configs/px30_common.h>
|
||
|
|
||
|
#define ROCKCHIP_DEVICE_SETTINGS \
|
||
|
"stdout=serial,vidconsole\0" \
|
||
|
"stderr=serial,vidconsole\0"
|
||
|
|
||
|
#endif
|