From 9e2efeb96e4ea6b36f243bd1af85938b52528bc7 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Mon, 24 Sep 2012 15:43:26 +0200 Subject: [PATCH] zynq: ep107: Enable FIT I can't see the reason why FIT should be disabled. Signed-off-by: Michal Simek --- include/configs/zynq_ep107.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/configs/zynq_ep107.h b/include/configs/zynq_ep107.h index 442e762b9fe..a7ef8f7420b 100644 --- a/include/configs/zynq_ep107.h +++ b/include/configs/zynq_ep107.h @@ -71,9 +71,6 @@ "tftp 0x800000 ramdisk8M.image.gz;" \ "go 0x8000\0" -#undef CONFIG_FIT -#undef CONFIG_FIT_VERBOSE - /* Place a Xilinx Boot ROM header in u-boot image? */ #define CONFIG_ZYNQ_XILINX_FLASH_HEADER #define CONFIG_ZYNQ_XIP_START CONFIG_SYS_FLASH_BASE -- 2.47.3