colibri-imx6ull: specify MTD partitions on command line
[platform/kernel/u-boot.git] / include / configs / neural-compute-module-2.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_2_H
7 #define __NEURAL_COMPUTE_MODULE_2_H
8
9 #define ROCKCHIP_DEVICE_SETTINGS \
10                 "stdout=serial,vidconsole\0" \
11                 "stderr=serial,vidconsole\0"
12
13 #include <configs/rv1126_common.h>
14
15 #undef BOOT_TARGET_DEVICES
16
17 #define BOOT_TARGET_DEVICES(func) \
18         func(MMC, mmc, 0) \
19         func(MMC, mmc, 1)
20
21 #endif /* __NEURAL_COMPUTE_MODULE_2_H */