[PATCH v2 0/2] Correct behavior of BLOBLIST_PASSAGE_MANDATORY
Tom Rini <[email protected]>
| Newsgroups | org.u-boot-project.lists.u-boot |
|---|---|
| Message-ID | <[email protected]> |
Hey all, This is v2 of https://lore.kernel.org/u-boot/[email protected]/ which I've also split in to two series, with the second depending on this. When we have mandatory passage enabled, we don't allow the fdt address to still be overriden. This is mostly working today but there are corner cases where it could still be overriden. Correct that by enforcing that if we don't find the device tree in the bloblist (when BLOBLIST_PASSAGE_MANDATORY is enabled) we error out. With that done, we can rework how the vexpress64 and mandatory passage support works as it wasn't using the correct symbols either for this case. -- Tom