diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2021-08-06 16:25:35 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-08-17 17:10:07 +0000 |
commit | fe84dbb18f21bb73b8222d643759bdb4debc83df (patch) | |
tree | 79722379beb8cd2b0fcb5f0f5a49fc9458ac37d9 | |
parent | a81a54e79ca81fb5d94c88ca4bac30f8b15fb603 (diff) |
MAINTAINERS: add missing vendorcode/amd/fsp/cezanne directory
The Cezanne FSP headers are located in that directory, so add it to the
Cezanne SoC folders in the maintainers file.
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I4f4894f0b01fa916492f57a730c62f29c5f7c796
Reviewed-on: https://review.coreboot.org/c/coreboot/+/56854
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 6e761970e5..a6bacb2b8e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -604,6 +604,7 @@ M: Jason Glenesk <jason.glenesk@gmail.com> M: Raul E Rangel <rrangel@chromium.org> S: Maintained F: src/soc/amd/cezanne/ +F: src/vendorcode/amd/fsp/cezanne/ AMD common SoC code M: Marshall Dawson <marshalldawson3rd@gmail.com> |