aboutsummaryrefslogtreecommitdiff
path: root/include/configs/toybrick_rk3588.h
blob: faa2e6c19c3e41caa8d81aed24068458ef9c4d0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * Copyright (c) 2024 Rockchip Electronics Co., Ltd.
 */

#ifndef __TOYBRICK_RK3588_H
#define __TOYBRICK_RK3588_H

#include <configs/rk3588_common.h>

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

#endif