commit | f168c65f24e40fc2a742d24b820ad5538d71c79f | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Wed Apr 06 20:28:04 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 18 17:11:31 2016 -0400 |
tree | 43eddfd7e34dfbb951a14857527120070e653faf | |
parent | 811382b14a691200e7597b343ccf2c9fc0aa7a85 [diff] |
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>