aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/razer
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-10-30 09:06:43 +0100
committerNico Huber <nico.h@gmx.de>2019-11-11 22:38:23 +0000
commit187655cee06d2897fe1f516dcd9ce6ccab2da056 (patch)
treefc46835d189bb4048c26c4fa330e3c7ba804a386 /src/mainboard/razer
parent77fe213b55bc2be4476cd30d8376592d1d02a24e (diff)
mb/{google/fizz,razer/blade_stealth_kbl}: Add missing include <console/console.h>
Change-Id: Ia4e496d359036591131c1ec0243d64c58823ca63 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36453 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/mainboard/razer')
-rw-r--r--src/mainboard/razer/blade_stealth_kbl/romstage.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/razer/blade_stealth_kbl/romstage.c b/src/mainboard/razer/blade_stealth_kbl/romstage.c
index 89903ab7c4..445f620020 100644
--- a/src/mainboard/razer/blade_stealth_kbl/romstage.c
+++ b/src/mainboard/razer/blade_stealth_kbl/romstage.c
@@ -17,6 +17,7 @@
*/
#include <assert.h>
+#include <console/console.h>
#include <soc/romstage.h>
#include <spd_bin.h>
#include "spd/spd.h"