emulation: fdt: Relax condition for OF_HAS_PRIOR_STAGE
authorSimon Glass <sjg@chromium.org>
Sat, 11 Jan 2025 00:00:16 +0000 (17:00 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 22 Jan 2025 23:08:08 +0000 (17:08 -0600)
commit24768a23a9b36fe2ae9814c166dc8912f981ff3b
tree6592445860eb3e04214830a25744eadaf095bfd6
parent5e0c63d04cc5d55d3977f18ca292aa50825bbfac
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>
dts/Kconfig