Commit 092f8d267764a9e59644b19b8818e4d3ad85bd73

Authored by Franklin S Cooper Jr
Committed by Lokesh Vutla
1 parent c00d086d28

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

... ... @@ -61,14 +61,15 @@
61 61  
62 62 config OF_LIST
63 63 string "List of device tree files to include for DT control"
64   - depends on SPL_LOAD_FIT
  64 + depends on SPL_LOAD_FIT || FIT_EMBED
65 65 default DEFAULT_DEVICE_TREE
66 66 help
67 67 This option specifies a list of device tree files to use for DT
68   - control. These will be packaged into a FIT. At run-time, SPL will
69   - select the correct DT to use by examining the hardware (e.g.
70   - reading a board ID value). This is a list of device tree files
71   - (without the directory or .dtb suffix) separated by <space>.
  68 + control. These will be packaged into a FIT. At run-time, U-boot
  69 + or SPL will select the correct DT to use by examining the
  70 + hardware (e.g. reading a board ID value). This is a list of
  71 + device tree files (without the directory or .dtb suffix)
  72 + separated by <space>.
72 73  
73 74 config OF_SPL_REMOVE_PROPS
74 75 string "List of device tree properties to drop for SPL"