Attention is currently required from: Felix Held. Hello build bot (Jenkins), Paul Menzel, Angel Pons, Arthur Heymans,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/55023
to look at the new patch set (#3).
Change subject: arch/x86/acpi_bert_storage: change return type of bert_errors_present ......................................................................
arch/x86/acpi_bert_storage: change return type of bert_errors_present
The return value is a boolean, so use the bool type. Also add the types.h header to have the bool type defined. Also change type of bert_region_broken static variable to bool.
Signed-off-by: Felix Held felix-coreboot@felixheld.de Change-Id: I13d6472deeb26ba92d257761df069e32d9b2e5d4 --- M src/arch/x86/acpi_bert_storage.c M src/arch/x86/include/arch/bert_storage.h 2 files changed, 8 insertions(+), 7 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/23/55023/3