diff mbox series

[v8,8/8] dts: OF_HAS_PRIOR_STAGE should depend on !BLOBLIST

Message ID 20240203163631.177508-9-raymond.mao@linaro.org
State Accepted
Commit 2b71470628c035ce3ccc76d12e50bdc453bdbc93
Delegated to: Tom Rini
Headers show
Series Handoff bloblist from previous boot stage | expand

Commit Message

Raymond Mao Feb. 3, 2024, 4:36 p.m. UTC
When BLOBLIST is enabled, FDT is expected to be from bloblist
carried from previous stage, instead of from OF_BOARD, therefore
only enable OF_HAS_PRIOR_STAGE when BLOBLIST is disabled.

Signed-off-by: Raymond Mao <raymond.mao@linaro.org>
---
Changes in V7
- Initial patch .

 dts/Kconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/dts/Kconfig b/dts/Kconfig
index 00c0aeff89..def0e17241 100644
--- a/dts/Kconfig
+++ b/dts/Kconfig
@@ -121,6 +121,7 @@  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