From 46f9ef18461609064a1ffbc3f61dc027ec76b3ff Mon Sep 17 00:00:00 2001 From: "Andrew F. Davis" Date: Fri, 21 Apr 2017 10:01:28 -0500 Subject: Kconfig: Enable FIT support by default for TI platforms Almost all TI defconfigs enable this already, add this as a default and remove the explicit assignment. Signed-off-by: Andrew F. Davis Reviewed-by: Tom Rini --- configs/am335x_shc_defconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'configs/am335x_shc_defconfig') diff --git a/configs/am335x_shc_defconfig b/configs/am335x_shc_defconfig index e4bee2316c..a46e6d22aa 100644 --- a/configs/am335x_shc_defconfig +++ b/configs/am335x_shc_defconfig @@ -12,7 +12,6 @@ CONFIG_SPL_FAT_SUPPORT=y CONFIG_SERIES=y CONFIG_SPL_POWER_SUPPORT=y CONFIG_SPL_STACK_R_ADDR=0x82000000 -CONFIG_FIT=y CONFIG_SYS_CONSOLE_INFO_QUIET=y CONFIG_VERSION_VARIABLE=y CONFIG_SPL=y -- cgit