From fc93bcbff8d9fb2ca58d224856025c6ce9c4be6d Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Mon, 9 Jul 2018 07:28:36 +0200 Subject: 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 Acked-by: Stefan Agner (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 --- board/toradex/common/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) 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. -- cgit v1.2.3