mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-16 09:48:16 +00:00
16 lines
354 B
C
16 lines
354 B
C
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||
|
/*
|
||
|
* Copyright (c) 2022 Edgeble AI Technologies Pvt. Ltd.
|
||
|
*/
|
||
|
|
||
|
#ifndef __NEURAL_COMPUTE_MODULE_6_H
|
||
|
#define __NEURAL_COMPUTE_MODULE_6_H
|
||
|
|
||
|
#define ROCKCHIP_DEVICE_SETTINGS \
|
||
|
"stdout=serial,vidconsole\0" \
|
||
|
"stderr=serial,vidconsole\0"
|
||
|
|
||
|
#include <configs/rk3588_common.h>
|
||
|
|
||
|
#endif /* __NEURAL_COMPUTE_MODULE_6_H */
|