Re: [PATCH v7 00/31] fdt: Make OF_BOARD a boolean option

2021-12-07 Thread Tom Rini
On Mon, Dec 06, 2021 at 05:11:38PM -0700, Simon Glass wrote: [snip] > Changes in v7: > - Fix 'linst' typo > - Switch to using an empty file for qemu virt > - Switch to using an empty file for qemu virt > - Switch to using an empty file for qemu virt > - Reword commit message > - Bring in files fro

[PATCH v7 00/31] fdt: Make OF_BOARD a boolean option

2021-12-06 Thread Simon Glass
With Ilias' efforts we have dropped OF_PRIOR_STAGE and OF_HOSTFILE so there are only three ways to obtain a devicetree: - OF_SEPARATE - the normal way, where the devicetree is built and appended to U-Boot - OF_EMBED - for development purposes, the devicetree is embedded in the EL