]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
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)
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

index 00c0aeff893b7a58a716e099892e9d370b41f4ad..def0e172412f50354da9be8cc47b0492bb496e08 100644 (file)
@@ -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