From: Simon Glass Date: Sat, 11 Jan 2025 00:00:16 +0000 (-0700) Subject: emulation: fdt: Relax condition for OF_HAS_PRIOR_STAGE X-Git-Tag: v2025.04-rc1~27^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24768a23a9b36fe2ae9814c166dc8912f981ff3b;p=pandora-u-boot.git 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 Fixes: 2b71470628c dts: OF_HAS_PRIOR_STAGE should depend on !BLOBLIST Reviewed-by: Tom Rini --- diff --git a/dts/Kconfig b/dts/Kconfig index ffd50c04846..6a5141b56e9 100644 --- a/dts/Kconfig +++ b/dts/Kconfig @@ -183,7 +183,6 @@ config OF_BOARD config OF_HAS_PRIOR_STAGE bool - depends on !BLOBLIST help 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