Attention is currently required from: Julius Werner, Yu-Ping Wu.
Hello build bot (Jenkins), Julius Werner, Yu-Ping Wu,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/69761
to look at the new patch set (#3).
Change subject: vboot/vboot_common: Fix vboot_save_data() code exclusion guard ......................................................................
vboot/vboot_common: Fix vboot_save_data() code exclusion guard
Compilers are not optimizing-out code correctly. This patch fixes incorrect behavior by splitting if statement and extracting code to another function, this allowing for better code size optimization and reduction of undefined references.
Signed-off-by: Jakub Czapiga jacz@semihalf.com Change-Id: Ia5330efeeb4cfd7477cf8f7f64c6abed68281e30 --- M src/security/vboot/vboot_common.c 1 file changed, 32 insertions(+), 10 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/61/69761/3