On Mon, 24 Aug 2026 13:48:44 -0600, Tom Rini wrote:
> Hey all,
>
> This series depends on the series to correct the logic around
> BLOBLIST_PASSAGE_MANDATORY and found at
> https://lore.kernel.org/r/[email protected]/
>
> In this series we correct how we handle OF_OMIT_DTB so that we can in
> turn not have an empty or fake dts file in the tree, when we are
> building for the case where we would be omitting building the final part
> of the dtb for use anyhow. With the changes in the previous series, we
> can then correct the Kconfig logic around OF_OMIT_DTB and
> DEFAULT_DEVICE_TREE so that when we're omitting the device tree binary
> we don't try and build one anyhow. Finally, we can remove all of the
> empty / fake device tree sources we have, or in some cases have but
> never used.
>
> [...]
Applied to u-boot/next, thanks!
[1/5] dts: Correct behavior of OF_OMIT_DTB
commit: b9cd57c5cefab330ec91e9c5143470c2811ef87a
[2/5] dts: Make DEFAULT_DEVICE_TREE depend on !OF_OMIT_DTB
commit: ad14691f3e5029ff09ffccfa76f9893f5f2a6a30
[3/5] dts: Correct entry for OF_OMIT_DTB
commit: 68e65953400f1d4fc594f20e834fd2f78b100562
[4/5] powerpc: drop qemu-ppce500 dts
commit: 9012579179f78f82b3fdaff5c9029be97739fcf2
[5/5] arm: Drop unused dts files
commit: 99df7f47155100ff0fc83f5671ab5064a72d3e5d
--
Tom