From be30dfbabbee12770221f434d2aa08627e712b97 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 1 Dec 2015 15:49:42 -0500 Subject: iocon: Disable FIT_VERBOSE In order to fit into image constraints again, remove this feature. Signed-off-by: Tom Rini --- include/configs/iocon.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/iocon.h') diff --git a/include/configs/iocon.h b/include/configs/iocon.h index 385a644..8663c17 100644 --- a/include/configs/iocon.h +++ b/include/configs/iocon.h @@ -35,8 +35,6 @@ #undef CONFIG_ZERO_BOOTDELAY_CHECK /* ignore keypress on bootdelay==0 */ /* new uImage format support */ -#define CONFIG_FIT -#define CONFIG_FIT_VERBOSE /* enable fit_format_{error,warning}() */ #define CONFIG_FIT_DISABLE_SHA256 #define CONFIG_ENV_IS_IN_FLASH /* use FLASH for environment vars */ -- cgit v1.1