mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-13 14:53:06 +00:00
15 lines
307 B
C
15 lines
307 B
C
|
/* SPDX-License-Identifier: GPL-2.0+
|
||
|
* Copyright 2023 Google, Inc
|
||
|
*/
|
||
|
|
||
|
#ifndef __QUARTZPRO64_RK3588_H
|
||
|
#define __QUARTZPRO64_RK3588_H
|
||
|
|
||
|
#define ROCKCHIP_DEVICE_SETTINGS \
|
||
|
"stdout=serial,vidconsole\0" \
|
||
|
"stderr=serial,vidconsole\0"
|
||
|
|
||
|
#include <configs/rk3588_common.h>
|
||
|
|
||
|
#endif /* __QUARTZPRO64_RK3588_H */
|