The 'EFI PAYLOAD' entry really refers to the EFI loader and EFI APP refers to the app and the payload.
Rename 'EFI PAYLOAD' to 'EFI LOADER' and 'EFI APP' to 'EFI CLIENT' Signed-off-by: Simon Glass <[email protected]> --- MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 46ef4359961..8109f0b4df1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1092,7 +1092,7 @@ F: drivers/core/ F: include/dm/ F: test/dm/ -EFI APP +EFI CLIENT M: Simon Glass <[email protected]> M: Heinrich Schuchardt <[email protected]> S: Maintained @@ -1106,7 +1106,7 @@ F: lib/efi_client/ F: scripts/build-efi.sh F: test/dm/efi_media.c -EFI PAYLOAD +EFI LOADER M: Heinrich Schuchardt <[email protected]> M: Ilias Apalodimas <[email protected]> S: Maintained -- 2.43.0 base-commit: 2f3766949bbea7aa5a472157561d387fd94205d2 branch: efit

