summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJi Luo <ji.luo@nxp.com>2020-07-28 20:05:55 +0800
committerJi Luo <ji.luo@nxp.com>2020-07-29 09:43:37 +0800
commitb39f7532ab524408550b8b2827bb42ab38159033 (patch)
treef939d4a171fa52bea57798ed1e02e3b37555cad9 /lib
parentfa352aaacb7c7e81560a3861039a4147b63b0437 (diff)
MA-17554 Decide if GKI is enabled at runtime
As we have to support GKI and non-GKI at the same time, it will be a must to decide if the GKI is enabled or not at run-time. This commit will decide the GKI is enabled if the parition "vendor_boot" is found in the GPT. This commit also make some cleanup to make the code more readable and easier to maintain. Test: boots on Android and Anroid Auto. Signed-off-by: Ji Luo <ji.luo@nxp.com> Change-Id: I6068bbaa60f5d76049b6ff0a892b5b8ca2c2f86b
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index 3771ac9b23..477d98ff7c 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -381,9 +381,6 @@ config TRUSTY_UNLOCK_PERMISSION
bool "Support unlock permission protection in trusty"
depends on IMX_TRUSTY_OS
-config VENDOR_BOOT_SUPPORT
- bool "Support vendor boot load"
-
config VIRTUAL_AB_SUPPORT
bool "Support virtual AB update"