diff options
author | Michal Simek <michal.simek@xilinx.com> | 2015-11-20 10:13:25 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2015-12-07 10:14:29 +0100 |
commit | a7159e204b83371545e1864d2a714c8ba0181c56 (patch) | |
tree | 459bb8f9d911055547d8f6fabe5340717f826c85 /include/configs | |
parent | b8de29feaee2a26e4a72800ed17994c9312f1735 (diff) |
ARM64: zynqmp: Enable FIT config option via Kconfig
Remove configuration options from board file.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/xilinx_zynqmp.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h index a8aa9522b2..1546e8b6f9 100644 --- a/include/configs/xilinx_zynqmp.h +++ b/include/configs/xilinx_zynqmp.h @@ -214,9 +214,6 @@ #define CONFIG_CMD_SCSI #endif -#define CONFIG_FIT -#define CONFIG_FIT_VERBOSE /* enable fit_format_{error,warning}() */ - #define CONFIG_SYS_BOOTM_LEN (60 * 1024 * 1024) #define CONFIG_CMD_BOOTI |