summaryrefslogtreecommitdiff
path: root/include/configs/px30_core.h
blob: 01b49955983e73366160c35c46908437dbf9b554 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * Copyright (c) 2020 Amarula Solutions(India)
 */

#ifndef __PX30_CORE_H
#define __PX30_CORE_H

#include <configs/px30_common.h>

#define ROCKCHIP_DEVICE_SETTINGS \
		"stdout=serial,vidconsole\0" \
		"stderr=serial,vidconsole\0"

#endif /* __PX30_CORE_H */