Merge patch series "upl: Prerequite patches for updated spec"
[u-boot.git] / include / configs / rock5a-rk3588s.h
blob9a2d3ee9f5367f9d55af6c93925cae5ed062be04
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3 * Copyright (c) 2023 Collabora Ltd.
4 */
6 #ifndef __ROCK5A_RK3588_H
7 #define __ROCK5A_RK3588_H
9 #define ROCKCHIP_DEVICE_SETTINGS \
10 "stdout=serial,vidconsole\0" \
11 "stderr=serial,vidconsole\0"
13 #include <configs/rk3588_common.h>
15 #endif /* __ROCK5A_RK3588_H */