mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-23 22:14:54 +00:00
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: 2b71470628
dts: OF_HAS_PRIOR_STAGE should depend on !BLOBLIST
Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
5e0c63d04c
commit
24768a23a9
1 changed files with 0 additions and 1 deletions
|
@ -183,7 +183,6 @@ config OF_BOARD
|
||||||
|
|
||||||
config OF_HAS_PRIOR_STAGE
|
config OF_HAS_PRIOR_STAGE
|
||||||
bool
|
bool
|
||||||
depends on !BLOBLIST
|
|
||||||
help
|
help
|
||||||
Indicates that a prior stage of the firmware (before U-Boot proper)
|
Indicates that a prior stage of the firmware (before U-Boot proper)
|
||||||
makes use of device tree and this board normally boots with that prior
|
makes use of device tree and this board normally boots with that prior
|
||||||
|
|
Loading…
Add table
Reference in a new issue