blob: 194f97469df4934c5c201f041206b8e122c55e77 [file] [log] [blame]
Andy Yan43273f52024-11-04 20:23:00 +08001/* 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 */