diff options
author | Pierre-Jean Texier <pjtexier@koncepto.io> | 2018-09-29 14:05:01 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2018-12-17 10:46:04 +0100 |
commit | 7f4269b24a90513a93c02b9de3f1b4504936d0ff (patch) | |
tree | 364f9fe2519bd93ab4a825bd05576925eafe84a4 /configs/warp7_defconfig | |
parent | d117d8f19b0625f88309e47a8a32c2faa384dddc (diff) | |
download | u-boot-7f4269b24a90513a93c02b9de3f1b4504936d0ff.tar.gz u-boot-7f4269b24a90513a93c02b9de3f1b4504936d0ff.tar.xz u-boot-7f4269b24a90513a93c02b9de3f1b4504936d0ff.zip |
warp7: configs: add CONFIG_FIT option
This enable FIT image support.
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Diffstat (limited to 'configs/warp7_defconfig')
-rw-r--r-- | configs/warp7_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
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 |