summaryrefslogtreecommitdiff
path: root/include/configs/ringneck_px30.h
blob: c63c935e9aa8923bdb7c3633f35a5a10a839cfff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* 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