/* 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 |