Merge tag 'u-boot-at91-fixes-2023.04-a' of https://source.denx.de/u-boot/custodians...
[platform/kernel/u-boot.git] / include / configs / neural-compute-module-6.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (c) 2022 Edgeble AI Technologies Pvt. Ltd.
4  */
5
6 #ifndef __NEURAL_COMPUTE_MODULE_6_H
7 #define __NEURAL_COMPUTE_MODULE_6_H
8
9 #define ROCKCHIP_DEVICE_SETTINGS \
10                 "stdout=serial,vidconsole\0" \
11                 "stderr=serial,vidconsole\0"
12
13 #include <configs/rk3588_common.h>
14
15 #endif /* __NEURAL_COMPUTE_MODULE_6_H */