From ccf99a39d202535ceaa19493f7f762116efc8d50 Mon Sep 17 00:00:00 2001 From: Raul E Rangel Date: Fri, 5 Feb 2021 16:45:16 -0700 Subject: security/vboot/bootmode: Add weak fill_lb_gpios This change allows VBOOT to build when the mainboard hasn't implemented any of the VBOOT functions yet. Signed-off-by: Raul E Rangel Change-Id: I42ca8f0dba9fd4a868bc7b636e4ed04cbf8dfab0 Reviewed-on: https://review.coreboot.org/c/coreboot/+/50341 Reviewed-by: Angel Pons Reviewed-by: Felix Held Tested-by: build bot (Jenkins) --- src/security/vboot/bootmode.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/security') diff --git a/src/security/vboot/bootmode.c b/src/security/vboot/bootmode.c index 4f491db951..6c051093ea 100644 --- a/src/security/vboot/bootmode.c +++ b/src/security/vboot/bootmode.c @@ -72,4 +72,8 @@ int __weak get_recovery_mode_switch(void) return 0; } +void __weak fill_lb_gpios(struct lb_gpios *gpios) +{ +} + #endif -- cgit v1.2.3