summaryrefslogtreecommitdiffstats
path: root/cmd/Kconfig
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2016-04-06 20:28:04 +0200
committerTom Rini <trini@konsulko.com>2016-04-18 17:11:31 -0400
commit23922e2676ba901c0fd574a7e8df5eed0e084a97 (patch)
tree43eddfd7e34dfbb951a14857527120070e653faf /cmd/Kconfig
parent5375389fe33cc55b6c5813a9fd665f6eee52aff9 (diff)
downloadtalos-obmc-uboot-23922e2676ba901c0fd574a7e8df5eed0e084a97.tar.gz
talos-obmc-uboot-23922e2676ba901c0fd574a7e8df5eed0e084a97.zip
cmd: fdt: Use separate CMD_FDT Kconfig entry instead of OF_LIBFDT
Create CMD_FDT Kconfig entry to have an option to disable fdt command which is not required for small configuration which requires libfdt only. Enable it by default for all targets which enables OF_LIBFDT. Signed-off-by: Michal Simek <michal.simek@xilinx.com> [trini: Fixup flea3/sandbox/id8313/siemens-am33xx/smartweb] Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r--cmd/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index fe8b4f0510..8703cdb4a9 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -173,6 +173,13 @@ config CMD_ELF
help
Boot an ELF/vxWorks image from the memory.
+config CMD_FDT
+ bool "Flattened Device Tree utility commands"
+ default y
+ depends on OF_LIBFDT
+ help
+ Do FDT related setup before booting into the Operating System.
+
config CMD_GO
bool "go"
default y
OpenPOWER on IntegriCloud