]> Git Repo - J-u-boot.git/commitdiff
tee: optee: fix description in Kconfig
authorIgor Opaniuk <[email protected]>
Thu, 4 Apr 2024 13:19:47 +0000 (15:19 +0200)
committerIlias Apalodimas <[email protected]>
Thu, 18 Apr 2024 13:04:48 +0000 (16:04 +0300)
Fix OPTEE_TA_AVB symbol description in Kconfig:
s/"write"rb"/"write_rb"/g

Reviewed-by: Heinrich Schuchardt <[email protected]>
Reviewed-by: Ilias Apalodimas <[email protected]>
Signed-off-by: Igor Opaniuk <[email protected]>
Signed-off-by: Ilias Apalodimas <[email protected]>
drivers/tee/optee/Kconfig

index 9dc65b0501e28fa44ed7775dc943da280a1d4c6d..db0bcfa6f1530e7641f34a2a85cd19d03add10ec 100644 (file)
@@ -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
This page took 0.034586 seconds and 4 git commands to generate.