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 --- configs/iocon_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/iocon_defconfig') diff --git a/configs/iocon_defconfig b/configs/iocon_defconfig index bc5e026b78..a6532d165d 100644 --- a/configs/iocon_defconfig +++ b/configs/iocon_defconfig @@ -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 -- cgit v1.2.1