Re: [PATCH v2 0/5] Fix logic of OF_OMIT_DTB and remove useless dts files
Yao Zi <[email protected]>
| Newsgroups | org.u-boot-project.lists.u-boot |
|---|---|
| Message-ID | <ao3EghrSgV4uLRYW@pie> |
On Mon, Aug 24, 2026 at 01:48:44PM -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. > > Changes in v2: > - Split the previous series in two. No actual changes made. For Makefile and Kconfig changes, Reviewed-by: Yao Zi <[email protected]> > -- > Tom > Best regards, Yao Zi