commit | 2b71470628c035ce3ccc76d12e50bdc453bdbc93 | [log] [tgz] |
---|---|---|
author | Raymond Mao <raymond.mao@linaro.org> | Sat Feb 03 08:36:27 2024 -0800 |
committer | Tom Rini <trini@konsulko.com> | Thu Feb 29 09:24:22 2024 -0500 |
tree | 7ad8f97e3c2acd623573faaf15ac61fe94e91a52 | |
parent | 66131310d8ff1ba228f989b41bd8812f43be41c3 [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>