From: Marek Vasut Date: Wed, 10 Oct 2018 16:27:35 +0000 (+0200) Subject: sunxi: Imply fitImage support X-Git-Tag: v2019.01-rc1~35^2~11 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2f13cf35d2b80550fcc681d2364d6f9b611577f1;p=oweals%2Fu-boot.git sunxi: Imply fitImage support Enable modern fitImage format on sunxi. Signed-off-by: Marek Vasut Cc: Maxime Ripard Cc: Tom Rini Acked-by: Maxime Ripard Reviewed-by: Jagan Teki --- diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 326d5c0daa..d6b189af58 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -848,6 +848,7 @@ config ARCH_SUNXI imply CMD_UBI if NAND imply DISTRO_DEFAULTS imply FAT_WRITE + imply FIT imply OF_LIBFDT_OVERLAY imply PRE_CONSOLE_BUFFER imply SPL_GPIO_SUPPORT