summaryrefslogtreecommitdiffstats
path: root/src/soc/mediatek/common/memory.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2022-01-07 21:23:13 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-03-27 15:31:07 +0000
commit4f5f2e7a44cb77a81c28ab65c5538e3761b83889 (patch)
treec2cd4fc3a9f964634496ec820ed415490a53dd3d /src/soc/mediatek/common/memory.c
parent651b765567ce5d8216679a72e9f213b4be0f546a (diff)
downloadcoreboot-4f5f2e7a44cb77a81c28ab65c5538e3761b83889.tar.gz
coreboot-4f5f2e7a44cb77a81c28ab65c5538e3761b83889.tar.bz2
coreboot-4f5f2e7a44cb77a81c28ab65c5538e3761b83889.zip
src: Remove unused <bootmode.h>
Found using: diff <(git grep -l '#include <bootmode.h>' -- src/) <(git grep -l 'platform_is_resuming\|gfx_set_init_done\|gfx_get_init_done\|display_init_required\|get_ec_is_trusted\|get_lid_switch\|get_wipeout_mode_switch\|clear_recovery_mode_switch\|get_recovery_mode_retrain_switch\|get_recovery_mode_switch\|get_recovery_mode_retrain_switch\|get_recovery_mode_switch\|get_write_protect_state\|init_bootmode_straps' -- src/) |grep "<" Change-Id: I2ebd472e0cfc641bd7e465b8d29272fd2f7520a1 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/60911 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Hung-Te Lin <hungte@chromium.org>
Diffstat (limited to 'src/soc/mediatek/common/memory.c')
-rw-r--r--src/soc/mediatek/common/memory.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/mediatek/common/memory.c b/src/soc/mediatek/common/memory.c
index 2e460ae1bb17..0850d0f71a39 100644
--- a/src/soc/mediatek/common/memory.c
+++ b/src/soc/mediatek/common/memory.c
@@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <assert.h>
-#include <bootmode.h>
#include <cbfs.h>
#include <cbmem.h>
#include <commonlib/bsd/mem_chip_info.h>