diff options
author | Oleksandr Suvorov | 2022-04-13 11:33:29 +0200 |
---|---|---|
committer | Stefano Babic | 2022-04-21 12:44:23 +0200 |
commit | 877347b5589bb9beac381d5f69413d361181cc7f (patch) | |
tree | 98e1f215da2222806cce774d642ec6784fd6dffe /configs/colibri_imx7_emmc_defconfig | |
parent | 1410cba567803b66b1ac7a354f5cda0c5f0e84ec (diff) |
configs: toradex: enable missing fit options
Add missing support of FIT-images and enable a verbosity for
this feature.
Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'configs/colibri_imx7_emmc_defconfig')
-rw-r--r-- | configs/colibri_imx7_emmc_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/colibri_imx7_emmc_defconfig b/configs/colibri_imx7_emmc_defconfig index 2b97890497c..e66d94bf7d9 100644 --- a/configs/colibri_imx7_emmc_defconfig +++ b/configs/colibri_imx7_emmc_defconfig @@ -15,6 +15,7 @@ CONFIG_SYS_MEMTEST_START=0x80000000 CONFIG_SYS_MEMTEST_END=0x8c000000 CONFIG_DISTRO_DEFAULTS=y CONFIG_FIT=y +CONFIG_FIT_VERBOSE=y CONFIG_BOOTDELAY=1 CONFIG_USE_PREBOOT=y CONFIG_PREBOOT="setenv fdtfile ${soc}-colibri-emmc-${fdt_board}.dtb" |