From 12328f25f257c347c79562ebc7f66c1a0f48bc2b Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Mon, 18 Apr 2016 18:30:41 +0200 Subject: ARM: atmel: Enable FIT image support for SAMA5Dx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Enable the fitImage support for the entire SAMA5Dx lineup of CPUs. The fitImage is superior image format to uImage and it is useful to have it available. Signed-off-by: Marek Vasut Cc: Andreas Bießmann Cc: Wenyou Yang Reviewed-by: Andreas Bießmann [rebase on current ToT] Signed-off-by: Andreas Bießmann --- configs/sama5d3_xplained_mmc_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/sama5d3_xplained_mmc_defconfig') diff --git a/configs/sama5d3_xplained_mmc_defconfig b/configs/sama5d3_xplained_mmc_defconfig index 189a3e96ae..1dabc5f49d 100644 --- a/configs/sama5d3_xplained_mmc_defconfig +++ b/configs/sama5d3_xplained_mmc_defconfig @@ -19,3 +19,4 @@ CONFIG_CMD_EXT4=y CONFIG_CMD_EXT4_WRITE=y CONFIG_CMD_FAT=y CONFIG_OF_LIBFDT=y +CONFIG_FIT=y -- cgit v1.2.1