]> git.ipfire.org Git - thirdparty/u-boot.git/commit
dts: OF_HAS_PRIOR_STAGE should depend on !BLOBLIST
authorRaymond Mao <raymond.mao@linaro.org>
Sat, 3 Feb 2024 16:36:27 +0000 (08:36 -0800)
committerTom Rini <trini@konsulko.com>
Thu, 29 Feb 2024 14:24:22 +0000 (09:24 -0500)
commit2b71470628c035ce3ccc76d12e50bdc453bdbc93
tree7ad8f97e3c2acd623573faaf15ac61fe94e91a52
parent66131310d8ff1ba228f989b41bd8812f43be41c3
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>
dts/Kconfig