diff mbox series

MAINTAINERS: get rid of the optee variables entry

Message ID 20221006084124.23170-1-ilias.apalodimas@linaro.org
State Accepted
Commit 1af680d5bc2e659a9bd532cf5c0009dd6d5bbdc3
Headers show
Series MAINTAINERS: get rid of the optee variables entry | expand

Commit Message

Ilias Apalodimas Oct. 6, 2022, 8:41 a.m. UTC
Since I am co-maintaining EFI with Heinrich remove the special
entry for EFI variable storage via OP-TEE

Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
---
 MAINTAINERS | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

Comments

Heinrich Schuchardt Oct. 6, 2022, 9:58 a.m. UTC | #1
On 10/6/22 10:41, Ilias Apalodimas wrote:
> Since I am co-maintaining EFI with Heinrich remove the special
> entry for EFI variable storage via OP-TEE
>
> Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>

Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>

> ---
>   MAINTAINERS | 7 +------
>   1 file changed, 1 insertion(+), 6 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index b4b185aacd43..a26b36c7c20d 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -871,6 +871,7 @@ F:	include/cp437.h
>   F:	include/efi*
>   F:	include/pe.h
>   F:	include/asm-generic/pe.h
> +F:	include/mm_communication.h
>   F:	lib/charset.c
>   F:	lib/efi*/
>   F:	test/lib/efi_*
> @@ -884,12 +885,6 @@ F:	tools/efivar.py
>   F:	tools/file2include.c
>   F:	tools/mkeficapsule.c
>
> -EFI VARIABLES VIA OP-TEE
> -M:	Ilias Apalodimas <ilias.apalodimas@linaro.org>
> -S:	Maintained
> -F:	lib/efi_loader/efi_variable_tee.c
> -F:	include/mm_communication.h
> -
>   ENVIRONMENT
>   M:	Joe Hershberger <joe.hershberger@ni.com>
>   R:	Wolfgang Denk <wd@denx.de>
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index b4b185aacd43..a26b36c7c20d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -871,6 +871,7 @@  F:	include/cp437.h
 F:	include/efi*
 F:	include/pe.h
 F:	include/asm-generic/pe.h
+F:	include/mm_communication.h
 F:	lib/charset.c
 F:	lib/efi*/
 F:	test/lib/efi_*
@@ -884,12 +885,6 @@  F:	tools/efivar.py
 F:	tools/file2include.c
 F:	tools/mkeficapsule.c
 
-EFI VARIABLES VIA OP-TEE
-M:	Ilias Apalodimas <ilias.apalodimas@linaro.org>
-S:	Maintained
-F:	lib/efi_loader/efi_variable_tee.c
-F:	include/mm_communication.h
-
 ENVIRONMENT
 M:	Joe Hershberger <joe.hershberger@ni.com>
 R:	Wolfgang Denk <wd@denx.de>