diff options
author | Felix Held <felix.held@amd.corp-partner.google.com> | 2021-10-01 20:03:02 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-10-04 15:58:32 +0000 |
commit | 56da0b79ad6f3a96f5c14405d8622b7ed10aa1f2 (patch) | |
tree | 6cbdeab5d6a5d3b432afdc0aea26dcc85aaf13e0 /payloads/libpayload/include | |
parent | f10776781d9449f1948147af4b06719461ba768d (diff) |
lib/hardwaremain: change type of "complete" element in boot_state struct
A signed bitfield with a length of 1 bit can only have the values 0 and
-1. Assigning a 1 ends up behaving as expected, but it's not the
semantically correct thing to do there. Changing the type of the element
to an unsigned bitfield with a length of 1 would fix that, but since
this is used as a boolean value, just change it to bool type.
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I230804335e7a15a8a9489859b20846988ba6c5cd
Reviewed-on: https://review.coreboot.org/c/coreboot/+/58076
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'payloads/libpayload/include')
0 files changed, 0 insertions, 0 deletions