aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/intel/jasperlake_rvp
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-09-19 09:40:52 +0200
committerFelix Held <felix-coreboot@felixheld.de>2020-11-17 09:50:24 +0000
commit6aaf7db7195659fd2484d60a457275c7eb4b14c7 (patch)
treec339cbbbe6e2f3d55e710c0f98bad520590f7c7f /src/mainboard/intel/jasperlake_rvp
parent27718ac87f9dd117fa047f7292d7014ecb1e96a9 (diff)
src: Add missing 'include <console/console.h>'
"Die()" needs <console/console.h>. Change-Id: I250988d77b0b0a093a1d116bea44a0cbb84189dd Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45540 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard/intel/jasperlake_rvp')
-rw-r--r--src/mainboard/intel/jasperlake_rvp/variants/jslrvp/memory.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/intel/jasperlake_rvp/variants/jslrvp/memory.c b/src/mainboard/intel/jasperlake_rvp/variants/jslrvp/memory.c
index 46499f48f1..bea9cd80d4 100644
--- a/src/mainboard/intel/jasperlake_rvp/variants/jslrvp/memory.c
+++ b/src/mainboard/intel/jasperlake_rvp/variants/jslrvp/memory.c
@@ -2,6 +2,7 @@
#include <baseboard/variants.h>
#include <baseboard/gpio.h>
+#include <console/console.h>
#include <gpio.h>
#include <soc/meminit.h>
#include <soc/romstage.h>