aboutsummaryrefslogtreecommitdiff
path: root/dts
diff options
context:
space:
mode:
authorRaymond Mao2024-02-03 08:36:27 -0800
committerTom Rini2024-02-29 09:24:22 -0500
commit2b71470628c035ce3ccc76d12e50bdc453bdbc93 (patch)
tree7ad8f97e3c2acd623573faaf15ac61fe94e91a52 /dts
parent66131310d8ff1ba228f989b41bd8812f43be41c3 (diff)
dts: OF_HAS_PRIOR_STAGE should depend on !BLOBLIST
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>
Diffstat (limited to 'dts')
-rw-r--r--dts/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/dts/Kconfig b/dts/Kconfig
index 00c0aeff893..def0e172412 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