On Tue, 26 Oct 2021 at 01:33, Simon Glass <[email protected]> wrote: > > Add this file, generated from qemu, so there is a reference devicetree > in the U-Boot tree. > > Signed-off-by: Simon Glass <[email protected]>
Note that the dtb you get from QEMU is only guaranteed to work if:
1) you run it on the exact same QEMU version you generated it with
2) you pass QEMU the exact same command line arguments you used
when you generated it
thanks
-- PMM
