summaryrefslogtreecommitdiff
path: root/src/drivers/amd
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-06-21 07:20:12 +0200
committerFelix Held <felix-coreboot@felixheld.de>2019-06-22 11:40:39 +0000
commit2195f7af23d7a34d546f1e3f00a0d3a34ee3a8c5 (patch)
treed43f4d64f3d469a7082be877622227a1fcaab5e7 /src/drivers/amd
parentb8477797462fdb6dc3b5c5e28e7b34d83621299a (diff)
downloadcoreboot-2195f7af23d7a34d546f1e3f00a0d3a34ee3a8c5.tar.xz
drivers: Add missing #include <commonlib/helpers.h>
ALIGN and ALIGN_UP needs 'helpers.h Change-Id: Ia18f69b58bae6d841d800dc38745ff27f51cec46 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/33659 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/drivers/amd')
-rw-r--r--src/drivers/amd/agesa/mtrr_fixme.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/amd/agesa/mtrr_fixme.c b/src/drivers/amd/agesa/mtrr_fixme.c
index 1fbb55318d..fcb353c601 100644
--- a/src/drivers/amd/agesa/mtrr_fixme.c
+++ b/src/drivers/amd/agesa/mtrr_fixme.c
@@ -14,6 +14,7 @@
#include <arch/cpu.h>
#include <cbmem.h>
#include <console/console.h>
+#include <commonlib/helpers.h>
#include <cpu/amd/mtrr.h>
#include <cpu/cpu.h>
#include <cpu/x86/cache.h>