Commit 3d3f60cb7a6bb6c338e00a9769fa918a8536096c

Authored by Simon Glass
1 parent fbb0c7bd92

dts: Add a comment about CONFIG_OF_EMBED being for local use

This comment from README.fdt-control did not end up in the Kconfig, which
is what most people will see. Add it with a few tweaks.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Michal Simek <michal.simek@xilinx.com>

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

... ... @@ -37,7 +37,9 @@
37 37 bool "Embedded DTB for DT control"
38 38 help
39 39 If this option is enabled, the device tree will be picked up and
40   - built into the U-Boot image.
  40 + built into the U-Boot image. This is suitable for local debugging
  41 + and development only and is not recommended for production devices.
  42 + Boards in the mainline U-Boot tree should not use it.
41 43  
42 44 config OF_HOSTFILE
43 45 bool "Host filed DTB for DT control"