diff options
author | Tom Rini | 2024-07-18 07:49:14 -0600 |
---|---|---|
committer | Tom Rini | 2024-07-18 07:49:14 -0600 |
commit | dce89b3bfc5ed2d2f5439474f7edda1a3b085094 (patch) | |
tree | 2d3fdebd6e4f5b737604be4b15076e2c2ccd1e4e /arch/arm/dts/Makefile | |
parent | 84ab75fb56337a7c186044850d3f6555bc644df1 (diff) | |
parent | e8b3f6c1018e1401bcc697a8aed8120061e4f189 (diff) |
Merge tag 'u-boot-rockchip-20240718' of https://source.denx.de/u-boot/custodians/u-boot-rockchip
- Add boards:
rk3328: Radxa ROCK Pi E v3;
rk3588s: FriendlyElec NanoPi R6C/S;
- Remove board: Theobroma Systems RK3368 Lion;
- Add rk3588 pcie support;
- Misc updates for board and config;
CI: https://source.denx.de/u-boot/custodians/u-boot-rockchip/-/pipelines/2163
Diffstat (limited to 'arch/arm/dts/Makefile')
-rw-r--r-- | arch/arm/dts/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index 4a4d5be2bd6..7265e554257 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -83,7 +83,6 @@ dtb-$(CONFIG_ROCKCHIP_RK3288) += \ rk3288-vyasa.dtb dtb-$(CONFIG_ROCKCHIP_RK3368) += \ - rk3368-lion-haikou.dtb \ rk3368-sheep.dtb \ rk3368-geekbox.dtb \ rk3368-px5-evb.dtb \ |