diff options
author | Michal Simek <michal.simek@xilinx.com> | 2016-04-06 20:28:04 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-04-18 17:11:31 -0400 |
commit | 23922e2676ba901c0fd574a7e8df5eed0e084a97 (patch) | |
tree | 43eddfd7e34dfbb951a14857527120070e653faf /include/configs/flea3.h | |
parent | 5375389fe33cc55b6c5813a9fd665f6eee52aff9 (diff) | |
download | u-boot-23922e2676ba901c0fd574a7e8df5eed0e084a97.tar.gz |
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 'include/configs/flea3.h')
-rw-r--r-- | include/configs/flea3.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/flea3.h b/include/configs/flea3.h index 3e4aaf6cd6..15905b9840 100644 --- a/include/configs/flea3.h +++ b/include/configs/flea3.h @@ -250,7 +250,4 @@ "else echo U-Boot not downloaded..exiting;fi\0" \ "bootcmd=run net_nfs\0" -/* Enable FIT images support */ -#define CONFIG_CMD_FDT - #endif /* __CONFIG_H */ |