[PATCH v4 04/12] spl: Move TPL_HASH_SUPPORT down next to other TPL options
Simon Glass
sjg at chromium.org
Sun Aug 1 21:21:07 CEST 2021
This option should be next to other TPL options, not next to the SPL hash
option, so it matches the placement conventions in this file.
Move it.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
(no changes since v1)
common/spl/Kconfig | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index 9552ed49117..be849992132 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -529,17 +529,6 @@ config SPL_HASH_SUPPORT
this option to build system-specific drivers for hash acceleration
as part of an SPL build.
-config TPL_HASH_SUPPORT
- bool "Support hashing drivers in TPL"
- depends on TPL
- select SHA1
- select SHA256
- help
- Enable hashing drivers in SPL. These drivers can be used to
- accelerate secure boot processing in secure applications. Enable
- this option to build system-specific drivers for hash acceleration
- as part of an SPL build.
-
config SPL_DMA
bool "Support DMA drivers"
help
@@ -1404,6 +1393,17 @@ config TPL_BOOTCOUNT_LIMIT
If this option is enabled, the TPL will support bootcount.
For example, it may be useful to choose the device to boot.
+config TPL_HASH_SUPPORT
+ bool "Support hashing drivers in TPL"
+ depends on TPL
+ select SHA1
+ select SHA256
+ help
+ Enable hashing drivers in SPL. These drivers can be used to
+ accelerate secure boot processing in secure applications. Enable
+ this option to build system-specific drivers for hash acceleration
+ as part of an SPL build.
+
config TPL_LDSCRIPT
string "Linker script for the TPL stage"
depends on TPL
--
2.32.0.554.ge1b32706d8-goog
More information about the U-Boot
mailing list