diff options
author | Marek Vasut <marex@denx.de> | 2016-04-18 18:30:41 +0200 |
---|---|---|
committer | Andreas Bießmann <andreas@biessmann.org> | 2016-05-24 08:08:37 +0200 |
commit | 12328f25f257c347c79562ebc7f66c1a0f48bc2b (patch) | |
tree | 7c260d265df4eca39abb03045e24f7114da8c370 /configs/sama5d3_xplained_nandflash_defconfig | |
parent | c043d8d8ce8bf1c1946c87a89b6639db3ebb4243 (diff) | |
download | u-boot-12328f25f257c347c79562ebc7f66c1a0f48bc2b.tar.gz |
ARM: atmel: Enable FIT image support for SAMA5Dx
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 <marex@denx.de>
Cc: Andreas Bießmann <andreas.devel@googlemail.com>
Cc: Wenyou Yang <wenyou.yang@atmel.com>
Reviewed-by: Andreas Bießmann <andreas@biessmann.org>
[rebase on current ToT]
Signed-off-by: Andreas Bießmann <andreas@biessmann.org>
Diffstat (limited to 'configs/sama5d3_xplained_nandflash_defconfig')
-rw-r--r-- | configs/sama5d3_xplained_nandflash_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sama5d3_xplained_nandflash_defconfig b/configs/sama5d3_xplained_nandflash_defconfig index 16e3f226dc..458a486acd 100644 --- a/configs/sama5d3_xplained_nandflash_defconfig +++ b/configs/sama5d3_xplained_nandflash_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 |