From: Pierre-Jean Texier Date: Sat, 29 Sep 2018 12:05:01 +0000 (+0200) Subject: warp7: configs: add CONFIG_FIT option X-Git-Tag: v2025.01-rc5-pxa1908~3197^2~45 X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-logo.png?a=commitdiff_plain;h=7f4269b24a90513a93c02b9de3f1b4504936d0ff;p=u-boot.git warp7: configs: add CONFIG_FIT option This enable FIT image support. Signed-off-by: Pierre-Jean Texier --- diff --git a/configs/warp7_defconfig b/configs/warp7_defconfig index 955c7af42a..4d443295ba 100644 --- a/configs/warp7_defconfig +++ b/configs/warp7_defconfig @@ -8,6 +8,8 @@ CONFIG_ARMV7_BOOT_SEC_DEFAULT=y CONFIG_IMX_RDC=y CONFIG_IMX_BOOTAUX=y CONFIG_NR_DRAM_BANKS=1 +CONFIG_FIT=y +CONFIG_FIT_VERBOSE=y CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/warp7/imximage.cfg" CONFIG_HUSH_PARSER=y # CONFIG_CMD_BOOTD is not set