mirror of
https://xff.cz/git/u-boot/
synced 2025-09-29 22:41:17 +02:00
dts: Allow OF_LIST to depend on FIT_EMBED
OF_LIST will be useable by SPL and U-boot. Therefore, update its dependency to allow it to be enable by either SPL or U-boot specific config option. Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com> Acked-by: Andrew F. Davis <afd@ti.com>
This commit is contained in:
committed by
Tom Rini
parent
69e8d4ba7f
commit
d97974099b
11
dts/Kconfig
11
dts/Kconfig
@@ -90,14 +90,15 @@ config DEFAULT_DEVICE_TREE
|
|||||||
|
|
||||||
config OF_LIST
|
config OF_LIST
|
||||||
string "List of device tree files to include for DT control"
|
string "List of device tree files to include for DT control"
|
||||||
depends on SPL_LOAD_FIT
|
depends on SPL_LOAD_FIT || FIT_EMBED
|
||||||
default DEFAULT_DEVICE_TREE
|
default DEFAULT_DEVICE_TREE
|
||||||
help
|
help
|
||||||
This option specifies a list of device tree files to use for DT
|
This option specifies a list of device tree files to use for DT
|
||||||
control. These will be packaged into a FIT. At run-time, SPL will
|
control. These will be packaged into a FIT. At run-time, U-boot
|
||||||
select the correct DT to use by examining the hardware (e.g.
|
or SPL will select the correct DT to use by examining the
|
||||||
reading a board ID value). This is a list of device tree files
|
hardware (e.g. reading a board ID value). This is a list of
|
||||||
(without the directory or .dtb suffix) separated by <space>.
|
device tree files (without the directory or .dtb suffix)
|
||||||
|
separated by <space>.
|
||||||
|
|
||||||
config OF_SPL_REMOVE_PROPS
|
config OF_SPL_REMOVE_PROPS
|
||||||
string "List of device tree properties to drop for SPL"
|
string "List of device tree properties to drop for SPL"
|
||||||
|
Reference in New Issue
Block a user