diff options
Diffstat (limited to 'src/soc/amd')
-rw-r--r-- | src/soc/amd/picasso/mca.c | 1 | ||||
-rw-r--r-- | src/soc/amd/picasso/romstage.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/amd/picasso/mca.c b/src/soc/amd/picasso/mca.c index 69363f5625..e16d0a19e3 100644 --- a/src/soc/amd/picasso/mca.c +++ b/src/soc/amd/picasso/mca.c @@ -7,7 +7,6 @@ #include <console/console.h> #include <arch/bert_storage.h> #include <cper.h> -#include <cbmem.h> struct mca_bank { int bank; diff --git a/src/soc/amd/picasso/romstage.c b/src/soc/amd/picasso/romstage.c index 0a337e7720..372c6b5b18 100644 --- a/src/soc/amd/picasso/romstage.c +++ b/src/soc/amd/picasso/romstage.c @@ -5,7 +5,6 @@ #include <cpu/x86/cache.h> #include <cpu/amd/mtrr.h> #include <console/uart.h> -#include <cbmem.h> #include <commonlib/helpers.h> #include <console/console.h> #include <program_loading.h> |