commit | cde5c79a9a0dc80183e4989ad7e3bbfaf5a7273f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Jan 10 17:00:16 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 22 17:08:08 2025 -0600 |
tree | 6592445860eb3e04214830a25744eadaf095bfd6 | |
parent | 891c17cbd22f56aa2a9661a069a0caed3b8527a1 [diff] |
emulation: fdt: Relax condition for OF_HAS_PRIOR_STAGE QEMU always gets its devicetree from the OF_BOARD mechanism so we should not depend on !BLOBLIST here. It's not clear why we need to have any relationship with BLOBLIST so let's remove the entire condition. Signed-off-by: Simon Glass <sjg@chromium.org> Fixes: 2b71470628c dts: OF_HAS_PRIOR_STAGE should depend on !BLOBLIST Reviewed-by: Tom Rini <trini@konsulko.com>