diff options
| author | Tom Rini <[email protected]> | 2024-08-12 07:58:24 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-08-12 07:58:24 -0600 |
| commit | 06dceeba3d4515ccfbe37b8989ee047a7628aee3 (patch) | |
| tree | 15b774d9210725ce33e7c3d714aeb34eea763050 /include/configs | |
| parent | 9852683ad8b7c2c2e564e7e0e6a822bc96dd91fe (diff) | |
| parent | 192318d3dcd42da47b9df532a9bda125ed120e4f (diff) | |
Merge tag 'u-boot-rockchip-20240812' of https://source.denx.de/u-boot/custodians/u-boot-rockchip
Please pull the updates for rockchip platform:
- Add board support:
RK3566: Radxa ROCK 3 Model C
Radxa ZERO 3W/3E
Xunlong Orange Pi 3B
RK3568J: Radxa ROCK 3B
RK3308B: Radxa ROCK S0
RK3588: Radxa ROCK 5 ITX
FriendlyElec CM3588 NAS board
- dw-mmc: allow 4-bit mode;
- dts and config updates;
CI:
https://source.denx.de/u-boot/custodians/u-boot-rockchip/-/pipelines/21997
Diffstat (limited to 'include/configs')
| -rw-r--r-- | include/configs/rock-5-itx-rk3588.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/configs/rock-5-itx-rk3588.h b/include/configs/rock-5-itx-rk3588.h new file mode 100644 index 00000000000..bc0f9e72bc5 --- /dev/null +++ b/include/configs/rock-5-itx-rk3588.h @@ -0,0 +1,15 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * Copyright (c) 2024 Heiko Stuebner <[email protected]> + */ + +#ifndef __ROCK_5_ITX_RK3588_H +#define __ROCK_5_ITX_RK3588_H + +#define ROCKCHIP_DEVICE_SETTINGS \ + "stdout=serial,vidconsole\0" \ + "stderr=serial,vidconsole\0" + +#include <configs/rk3588_common.h> + +#endif /* __ROCK_5_ITX_RK3588_H */ |
