iocon: Disable FIT_VERBOSE
authorTom Rini <trini@konsulko.com>
Tue, 1 Dec 2015 20:49:42 +0000 (15:49 -0500)
committerTom Rini <trini@konsulko.com>
Tue, 1 Dec 2015 20:49:42 +0000 (15:49 -0500)
In order to fit into image constraints again, remove this feature.

Signed-off-by: Tom Rini <trini@konsulko.com>
configs/iocon_defconfig
include/configs/iocon.h

index bc5e026..a6532d1 100644 (file)
@@ -1,6 +1,7 @@
 CONFIG_PPC=y
 CONFIG_4xx=y
 CONFIG_TARGET_IOCON=y
+CONFIG_FIT=y
 CONFIG_AUTOBOOT_KEYED=y
 CONFIG_AUTOBOOT_STOP_STR=" "
 # CONFIG_CMD_ELF is not set
index 385a644..8663c17 100644 (file)
@@ -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 */