Commit d97974099b6ecae1cfc655a1a59ee985f7d59dde

Authored by Cooper Jr., Franklin
Committed by Tom Rini
1 parent 69e8d4ba7f

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>

Showing 1 changed file with 6 additions and 5 deletions Side-by-side Diff

... ... @@ -90,14 +90,15 @@
90 90  
91 91 config OF_LIST
92 92 string "List of device tree files to include for DT control"
93   - depends on SPL_LOAD_FIT
  93 + depends on SPL_LOAD_FIT || FIT_EMBED
94 94 default DEFAULT_DEVICE_TREE
95 95 help
96 96 This option specifies a list of device tree files to use for DT
97   - control. These will be packaged into a FIT. At run-time, SPL will
98   - select the correct DT to use by examining the hardware (e.g.
99   - reading a board ID value). This is a list of device tree files
100   - (without the directory or .dtb suffix) separated by <space>.
  97 + control. These will be packaged into a FIT. At run-time, U-boot
  98 + or SPL will select the correct DT to use by examining the
  99 + hardware (e.g. reading a board ID value). This is a list of
  100 + device tree files (without the directory or .dtb suffix)
  101 + separated by <space>.
101 102  
102 103 config OF_SPL_REMOVE_PROPS
103 104 string "List of device tree properties to drop for SPL"