Attention is currently required from: Nico Huber, Patrick Rudolph, Felix Held. Hello build bot (Jenkins), Nico Huber, Patrick Rudolph, Felix Held,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/52671
to look at the new patch set (#2).
Change subject: superio/nuvoton/npcd378: Fall back to non-negative value ......................................................................
superio/nuvoton/npcd378: Fall back to non-negative value
This change is needed to update the option API to use unsigned integers. The CMOS option system does not support negative numbers. So, adjust the call to get_int_option() to use 3 as fallback instead of -1.
Change-Id: I46c5f5c6f47f99379cbafc0d60258b99dc512e9d Signed-off-by: Angel Pons th3fanbus@gmail.com --- M src/superio/nuvoton/npcd378/superio.c 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/71/52671/2