summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/foster
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-05-17 16:53:18 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-05-26 14:59:20 +0000
commit38b58d4f51c80ad1fc416e48a79b47e75a109b34 (patch)
tree5c6bbe3e7d908a49a80e93476ce4b10dca3d57c1 /src/mainboard/google/foster
parentbfc255a12146a364f0d08ee9818af715a485a579 (diff)
downloadcoreboot-38b58d4f51c80ad1fc416e48a79b47e75a109b34.tar.gz
coreboot-38b58d4f51c80ad1fc416e48a79b47e75a109b34.tar.bz2
coreboot-38b58d4f51c80ad1fc416e48a79b47e75a109b34.zip
mb/google/foster: Remove unused 'include <memrange.h>
Change-Id: Ic26d03d0e695ce0823332d4c6430186c7bfbeac1 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41487 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/google/foster')
-rw-r--r--src/mainboard/google/foster/mainboard.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/foster/mainboard.c b/src/mainboard/google/foster/mainboard.c
index f18e95a2ed7d..4a56e8aae081 100644
--- a/src/mainboard/google/foster/mainboard.c
+++ b/src/mainboard/google/foster/mainboard.c
@@ -2,7 +2,6 @@
#include <arch/mmu.h>
#include <device/device.h>
-#include <memrange.h>
#include <soc/addressmap.h>
#include <soc/clk_rst.h>
#include <soc/clock.h>