aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/broadcom/blast/romstage.c
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2017-07-13 15:18:18 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2017-07-14 07:23:18 +0000
commit2a7fbea3f14cae2119816c5a28c455f45c75650f (patch)
treea94df99f01d2609f0657206400822d1275112048 /src/mainboard/broadcom/blast/romstage.c
parentd1c1a382f33018348011a5d7b08e42d70b483f6d (diff)
K8: Fix indirect includes
Change-Id: I370285aa52776170a32b6dd36c0eef74eea9400c Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/20562 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/mainboard/broadcom/blast/romstage.c')
-rw-r--r--src/mainboard/broadcom/blast/romstage.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/broadcom/blast/romstage.c b/src/mainboard/broadcom/blast/romstage.c
index bb472fbdf0..10efb7b3cc 100644
--- a/src/mainboard/broadcom/blast/romstage.c
+++ b/src/mainboard/broadcom/blast/romstage.c
@@ -14,6 +14,7 @@
#include <cpu/x86/lapic.h>
#include <superio/nsc/pc87417/pc87417.h>
+#include <cpu/amd/car.h>
#include <cpu/x86/bist.h>
#include "northbridge/amd/amdk8/setup_resource_map.c"
#include <northbridge/amd/amdk8/pre_f.h>