summaryrefslogtreecommitdiffstats
path: root/src/cpu/amd
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2022-01-12 21:12:43 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-04-22 21:39:34 +0000
commit6504044ddab42b89377ab6d276494cc48b931a91 (patch)
tree0d80fa68c37afccf284150c10bb8b76df6829b68 /src/cpu/amd
parent001163e8287efc66b55508a040807a99d06b550f (diff)
downloadcoreboot-6504044ddab42b89377ab6d276494cc48b931a91.tar.gz
coreboot-6504044ddab42b89377ab6d276494cc48b931a91.tar.bz2
coreboot-6504044ddab42b89377ab6d276494cc48b931a91.zip
cpu/amd: Remove unused <cbmem.h>
Change-Id: Ie9344da411a86186fa161e82db3c3fd3ffb911f6 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/61049 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/cpu/amd')
-rw-r--r--src/cpu/amd/pi/00730F01/model_16_init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cpu/amd/pi/00730F01/model_16_init.c b/src/cpu/amd/pi/00730F01/model_16_init.c
index c743ffe3c5a0..aec95e9a0770 100644
--- a/src/cpu/amd/pi/00730F01/model_16_init.c
+++ b/src/cpu/amd/pi/00730F01/model_16_init.c
@@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-#include <cbmem.h>
#include <commonlib/helpers.h>
#include <console/console.h>
#include <cpu/amd/microcode.h>