]> git.ipfire.org Git - people/ms/u-boot.git/commit - cmd/Kconfig
cmd: fdt: Use separate CMD_FDT Kconfig entry instead of OF_LIBFDT
authorMichal Simek <michal.simek@xilinx.com>
Wed, 6 Apr 2016 18:28:04 +0000 (20:28 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 18 Apr 2016 21:11:31 +0000 (17:11 -0400)
commit23922e2676ba901c0fd574a7e8df5eed0e084a97
tree43eddfd7e34dfbb951a14857527120070e653faf
parent5375389fe33cc55b6c5813a9fd665f6eee52aff9
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>
cmd/Kconfig
cmd/Makefile
include/configs/flea3.h
include/configs/ids8313.h
include/configs/sandbox.h
include/configs/siemens-am33x-common.h
include/configs/smartweb.h