summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorOleksandr Suvorov <oleksandr.suvorov@toradex.com>2021-06-13 15:55:54 +0300
committerOleksandr Suvorov <oleksandr.suvorov@toradex.com>2021-06-14 22:45:24 +0300
commit37c76eba5867072eee43a7ba448bfdaad08bbf9d (patch)
tree4c25fdd1d4faf789a7c6356949966461b00a9be4 /board
parenta0ab8a668eea6aeae4b97d32d342d47a9c88efaa (diff)
toradex: enable using another distro boot script for TEZI
The distro boot script for TEZI has another name to prevent u-boot of regular BSP trying to boot TEZI image. Expand the usage of TDX_EASY_INSTALLER Kconfig option to seek and use the TEZI-specific name of the script. Related-to: TEI-791 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
Diffstat (limited to 'board')
-rw-r--r--board/toradex/common/Kconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/board/toradex/common/Kconfig b/board/toradex/common/Kconfig
index d2431da739..5327444e6e 100644
--- a/board/toradex/common/Kconfig
+++ b/board/toradex/common/Kconfig
@@ -99,5 +99,6 @@ endif
config TDX_EASY_INSTALLER
bool "Use Toradex Easy Installer specific options."
help
- Use Toradex Easy Installer specific options. Currently this is only
- needed to choose the correct ubiboot options for Easy Installer.
+ Use Toradex Easy Installer specific options. Currently this is
+ needed to choose the correct ubiboot options and use correct
+ name of distro boot script for Easy Installer.