From: Adam Ford Date: Sun, 13 Nov 2016 03:53:31 +0000 (-0600) Subject: ARM: OMAP3_LOGIC: Remove FIT Support X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Fu-boot.git;a=commitdiff_plain;h=d5584e43619cc2fb5334171cb74a042b8828a735 ARM: OMAP3_LOGIC: Remove FIT Support Commit ("2cd1ff84037a: OMAP3_LOGIC: Setup defconfig to enable SPL and NAND booting") accidentally enabled FIT support. This patch removes the FIT support. Signed-off-by: Adam Ford Reviewed-by: Tom Rini --- diff --git a/configs/omap3_logic_defconfig b/configs/omap3_logic_defconfig index c8eb5b500a..ac1a6a30b8 100644 --- a/configs/omap3_logic_defconfig +++ b/configs/omap3_logic_defconfig @@ -1,7 +1,6 @@ CONFIG_ARM=y CONFIG_OMAP34XX=y CONFIG_TARGET_OMAP3_LOGIC=y -CONFIG_FIT=y CONFIG_SYS_EXTRA_OPTIONS="NAND" CONFIG_SYS_CONSOLE_INFO_QUIET=y CONFIG_VERSION_VARIABLE=y