From: Igor Opaniuk <igor.opaniuk@gmail.com>
To: u-boot@lists.denx.de
Cc: Igor Opaniuk <igor.opaniuk@gmail.com>,
Heinrich Schuchardt <xypron.glpk@gmx.de>,
Ilias Apalodimas <ilias.apalodimas@linaro.org>,
Jens Wiklander <jens.wiklander@linaro.org>,
Tom Rini <trini@konsulko.com>
Subject: [PATCH v4 1/5] tee: optee: fix description in Kconfig
Date: Thu, 4 Apr 2024 10:13:48 +0200 [thread overview]
Message-ID: <20240404081352.3224643-2-igor.opaniuk@gmail.com> (raw)
In-Reply-To: <20240404081352.3224643-1-igor.opaniuk@gmail.com>
Fix OPTEE_TA_AVB symbol description in Kconfig:
s/"write"rb"/"write_rb"/g
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Signed-off-by: Igor Opaniuk <igor.opaniuk@gmail.com>
---
(no changes since v2)
Changes in v2:
- Applied R-b tags
drivers/tee/optee/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/tee/optee/Kconfig b/drivers/tee/optee/Kconfig
index 9dc65b0501e..db0bcfa6f15 100644
--- a/drivers/tee/optee/Kconfig
+++ b/drivers/tee/optee/Kconfig
@@ -19,7 +19,7 @@ config OPTEE_TA_AVB
default y
help
Enables support for the AVB Trusted Application (TA) in OP-TEE.
- The TA can support the "avb" subcommands "read_rb", "write"rb"
+ The TA can support the "avb" subcommands "read_rb", "write_rb"
and "is_unlocked".
config OPTEE_TA_RPC_TEST
--
2.34.1
next prev parent reply other threads:[~2024-04-04 8:14 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-04 8:13 [PATCH v4 0/5] TEE: minor cleanup Igor Opaniuk
2024-04-04 8:13 ` Igor Opaniuk [this message]
2024-04-04 8:13 ` [PATCH v4 2/5] cmd: optee_rpmb: close tee session Igor Opaniuk
2024-04-04 8:40 ` Ilias Apalodimas
2024-04-04 8:53 ` Ilias Apalodimas
2024-04-04 10:18 ` Igor Opaniuk
2024-04-04 10:59 ` Ilias Apalodimas
2024-04-04 11:40 ` Igor Opaniuk
2024-04-04 11:46 ` Ilias Apalodimas
2024-04-04 10:15 ` Igor Opaniuk
2024-04-04 10:58 ` Igor Opaniuk
2024-04-04 8:13 ` [PATCH v4 3/5] cmd: optee_rpmb: build cmd for sandbox Igor Opaniuk
2024-04-04 8:13 ` [PATCH v4 4/5] test: py: add optee_rpmb tests Igor Opaniuk
2024-04-04 8:13 ` [PATCH v4 5/5] tee: remove common.h inclusion Igor Opaniuk
2024-04-04 8:28 ` Ilias Apalodimas
2024-04-04 8:20 ` [PATCH v4 0/5] TEE: minor cleanup Ilias Apalodimas
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240404081352.3224643-2-igor.opaniuk@gmail.com \
--to=igor.opaniuk@gmail.com \
--cc=ilias.apalodimas@linaro.org \
--cc=jens.wiklander@linaro.org \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=xypron.glpk@gmx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.