aboutsummaryrefslogtreecommitdiff
path: root/src/soc/mediatek
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-10-30 09:07:51 +0100
committerNico Huber <nico.h@gmx.de>2019-11-11 22:40:57 +0000
commit23846825650d59993d841f3a8d8d954ea06bba70 (patch)
tree9310d39cbcb5800388ea1054639b3c209b0dbe22 /src/soc/mediatek
parent187655cee06d2897fe1f516dcd9ce6ccab2da056 (diff)
soc/mediatek: Add missing '#include <console/console.h>'
Change-Id: I2e79ff3352fe974a070b7b3f5e4b5570ed2b294c Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36454 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/soc/mediatek')
-rw-r--r--src/soc/mediatek/common/i2c.c1
-rw-r--r--src/soc/mediatek/mt8183/spm.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/mediatek/common/i2c.c b/src/soc/mediatek/common/i2c.c
index e58bb9c4ea..1ca55ae717 100644
--- a/src/soc/mediatek/common/i2c.c
+++ b/src/soc/mediatek/common/i2c.c
@@ -15,6 +15,7 @@
#include <string.h>
#include <assert.h>
+#include <console/console.h>
#include <delay.h>
#include <timer.h>
#include <symbols.h>
diff --git a/src/soc/mediatek/mt8183/spm.c b/src/soc/mediatek/mt8183/spm.c
index 669970fb2f..9a08782953 100644
--- a/src/soc/mediatek/mt8183/spm.c
+++ b/src/soc/mediatek/mt8183/spm.c
@@ -15,6 +15,7 @@
#include <assert.h>
#include <cbfs.h>
+#include <console/console.h>
#include <delay.h>
#include <device/mmio.h>
#include <endian.h>