"Das U-Boot" Source Tree
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Simon Glass and committed by
Tom Rini
24768a23 5e0c63d0

-1
-1
dts/Kconfig
··· 183 183 184 184 config OF_HAS_PRIOR_STAGE 185 185 bool 186 - depends on !BLOBLIST 187 186 help 188 187 Indicates that a prior stage of the firmware (before U-Boot proper) 189 188 makes use of device tree and this board normally boots with that prior