]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
MAINTAINERS: get rid of the optee variables entry
authorIlias Apalodimas <ilias.apalodimas@linaro.org>
Thu, 6 Oct 2022 08:41:24 +0000 (11:41 +0300)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 6 Oct 2022 20:54:58 +0000 (22:54 +0200)
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 <heinrich.schuchardt@canonical.com>
MAINTAINERS

index b4b185aacd433ff1d504e10356d5162bdfed0ba8..a26b36c7c20dd1eb90c892457802407026f3169b 100644 (file)
@@ -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>