aboutsummaryrefslogtreecommitdiff
path: root/include/configs/jaguar_rk3588.h
blob: 843028c538585df1b0d66b6bf8b0982e01f0bf39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * Copyright (c) 2023 Theobroma Systems Design und Consulting GmbH
 */

#ifndef __JAGUAR_RK3588_H
#define __JAGUAR_RK3588_H

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

#include <configs/rk3588_common.h>

#endif /* __JAGUAR_RK3588_H */