diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2022-11-02 00:14:06 +0100 |
---|---|---|
committer | Arthur Heymans <arthur@aheymans.xyz> | 2022-11-07 13:58:40 +0000 |
commit | 0f12381083fdfc7bb3e6f3b2ac5cd6247506c543 (patch) | |
tree | 5bcd843c70be0772e0c3d0f212acbfaab5e64ab2 /src/vendorcode/amd/Makefile.inc | |
parent | 7036ded25d3a051902862e2a7bdfe15916f0951d (diff) |
vendorcode/amd/agesa: Drop unused common code
No platform uses this.
Change-Id: If32a4de7ef263f1d4f7ab7a36751ad9dcf52dc7e
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/69127
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/vendorcode/amd/Makefile.inc')
-rw-r--r-- | src/vendorcode/amd/Makefile.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vendorcode/amd/Makefile.inc b/src/vendorcode/amd/Makefile.inc index 8cce5e6893..9cdbe60a32 100644 --- a/src/vendorcode/amd/Makefile.inc +++ b/src/vendorcode/amd/Makefile.inc @@ -1,3 +1,2 @@ subdirs-y += pi -subdirs-y += agesa subdirs-y += cimx |