summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/broadwell/refcode.c
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-02-07 23:40:41 +0100
committerPatrick Georgi <pgeorgi@google.com>2021-02-08 07:25:20 +0000
commite4c8dc8bb14e4831ba037fefb566e947e792baea (patch)
treea873039afd4e91243be3972204d72c5f65f0e3a1 /src/soc/intel/broadwell/refcode.c
parent05d1e9e2fd3760da23b8a2567b5d88faafd1c686 (diff)
downloadcoreboot-e4c8dc8bb14e4831ba037fefb566e947e792baea.tar.gz
coreboot-e4c8dc8bb14e4831ba037fefb566e947e792baea.tar.bz2
coreboot-e4c8dc8bb14e4831ba037fefb566e947e792baea.zip
soc/intel/{baytrail,broadwell}: Add missing <cbmem.h>
Change-Id: Ic4e55f8233e5cb5cea575ad0581adf457a45ba9a Fixes: commit 0322bc5ed8 (src: Remove unused <cbmem.h>) Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50375 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/broadwell/refcode.c')
-rw-r--r--src/soc/intel/broadwell/refcode.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/broadwell/refcode.c b/src/soc/intel/broadwell/refcode.c
index 5d3ccce7d935..31d6ad848286 100644
--- a/src/soc/intel/broadwell/refcode.c
+++ b/src/soc/intel/broadwell/refcode.c
@@ -2,6 +2,7 @@
#include <string.h>
#include <acpi/acpi.h>
+#include <cbmem.h>
#include <console/console.h>
#include <console/streams.h>
#include <program_loading.h>