summaryrefslogtreecommitdiffstats
path: root/src/include/bootmode.h
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2021-11-07 10:23:36 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2022-04-09 02:50:01 +0000
commit7a874330919a4df9cc5b66058b4340465b7ea041 (patch)
tree7192d50705fde0142ccc3747e712d6641329edd1 /src/include/bootmode.h
parent5619ea2b982003b23bdeb48890981605a6201d67 (diff)
downloadcoreboot-7a874330919a4df9cc5b66058b4340465b7ea041.tar.gz
coreboot-7a874330919a4df9cc5b66058b4340465b7ea041.tar.bz2
coreboot-7a874330919a4df9cc5b66058b4340465b7ea041.zip
mb/google,samsung: Drop init_bootmode_straps()
Change-Id: Idcaf30c622bf5dc0f1295f2639c656086d01ff7e Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/59008 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'src/include/bootmode.h')
-rw-r--r--src/include/bootmode.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/bootmode.h b/src/include/bootmode.h
index 12c9f58c9232..0871f8f2f970 100644
--- a/src/include/bootmode.h
+++ b/src/include/bootmode.h
@@ -6,7 +6,6 @@
#include <stdbool.h>
/* functions implemented per mainboard: */
-void init_bootmode_straps(void);
int get_write_protect_state(void);
int get_recovery_mode_switch(void);
int get_recovery_mode_retrain_switch(void);