summaryrefslogtreecommitdiff
path: root/include/configs/genbook-cm5-rk3588.h
blob: 194f97469df4934c5c201f041206b8e122c55e77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* SPDX-License-Identifier: GPL-2.0+ */

#ifndef __GENBOOK_CM5_RK3588_H
#define __GENBOOK_CM5_RK3588_H

#define ROCKCHIP_DEVICE_SETTINGS \
		"stdout=serial,vidconsole\0" \
		"stderr=serial,vidconsole\0"

/*
 * As a laptop, there is no sdmmc, and we want to
 * set usb the highest boot priority for third-part
 * os installation.
 */
#define BOOT_TARGETS "usb mmc0"

#include <configs/rk3588_common.h>

#endif /* __GENBOOK_CM5_RK3588_H */