summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2018-07-09 07:28:36 +0200
committerPhilippe Schenker <philippe.schenker@toradex.com>2021-06-11 12:26:04 +0200
commitfc93bcbff8d9fb2ca58d224856025c6ce9c4be6d (patch)
tree96d11476b10a76a4884f849afde1dfe3f2ded60a
parent3de1820105e5886d6106ef0de4d5ffdab3041ffe (diff)
toradex: add easy installer configurability
Allow setting Toradex Easy Installer aka Tezi specific configuration options like not enabling SATA, directly continuing with the SDP command upon recovery, distrobooting otherwise or not storing the environment. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com> (cherry picked from commit 8b2f82e2aca52bac5b67fbeddccef2dd44f21444) Conflicts: board/toradex/common/Kconfig added it on the end of the file and reworded the Kconfig entry so it reflects what it is used for in this U-Boot. Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
-rw-r--r--board/toradex/common/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/board/toradex/common/Kconfig b/board/toradex/common/Kconfig
index 1f6a5e4db5..d2431da739 100644
--- a/board/toradex/common/Kconfig
+++ b/board/toradex/common/Kconfig
@@ -95,3 +95,9 @@ config TDX_CFG_BLOCK_USB_GADGET_PID
offset 0x4000 is reserved for Colibri/Apalis modules.
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.