Andy Yan | 43273f5 | 2024-11-04 20:23:00 +0800 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
2 | |||||
3 | #ifndef __GENBOOK_CM5_RK3588_H | ||||
4 | #define __GENBOOK_CM5_RK3588_H | ||||
5 | |||||
6 | #define ROCKCHIP_DEVICE_SETTINGS \ | ||||
7 | "stdout=serial,vidconsole\0" \ | ||||
8 | "stderr=serial,vidconsole\0" | ||||
9 | |||||
10 | /* | ||||
11 | * As a laptop, there is no sdmmc, and we want to | ||||
12 | * set usb the highest boot priority for third-part | ||||
13 | * os installation. | ||||
14 | */ | ||||
15 | #define BOOT_TARGETS "usb mmc0" | ||||
16 | |||||
17 | #include <configs/rk3588_common.h> | ||||
18 | |||||
19 | #endif /* __GENBOOK_CM5_RK3588_H */ |