summaryrefslogtreecommitdiff
path: root/configs/apalis-tk1_defconfig
diff options
context:
space:
mode:
authorOleksandr Suvorov <oleksandr.suvorov@toradex.com>2022-04-13 11:33:29 +0200
committerStefano Babic <sbabic@denx.de>2022-04-21 12:44:23 +0200
commit877347b5589bb9beac381d5f69413d361181cc7f (patch)
tree98e1f215da2222806cce774d642ec6784fd6dffe /configs/apalis-tk1_defconfig
parent1410cba567803b66b1ac7a354f5cda0c5f0e84ec (diff)
downloadu-boot-877347b5589bb9beac381d5f69413d361181cc7f.tar.gz
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/apalis-tk1_defconfig')
-rw-r--r--configs/apalis-tk1_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/apalis-tk1_defconfig b/configs/apalis-tk1_defconfig
index 9645c2f210..e098b1171e 100644
--- a/configs/apalis-tk1_defconfig
+++ b/configs/apalis-tk1_defconfig
@@ -12,6 +12,7 @@ CONFIG_TEGRA124=y
CONFIG_TARGET_APALIS_TK1=y
CONFIG_SYS_LOAD_ADDR=0x81000000
CONFIG_FIT=y
+CONFIG_FIT_VERBOSE=y
CONFIG_OF_SYSTEM_SETUP=y
CONFIG_BOOTDELAY=1
CONFIG_BOOTCOMMAND="setenv fdtfile ${soc}-${fdt_module}-${fdt_board}.dtb && run distro_bootcmd"