mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 09:54:35 +00:00
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>
This commit is contained in:
parent
66131310d8
commit
2b71470628
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue