Attention is currently required from: Angel Pons, Lean Sheng Tan, Patrick Rudolph, Felix Held. Hello build bot (Jenkins), Angel Pons, Lean Sheng Tan, Patrick Rudolph, Felix Held,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/coreboot/+/62522
to review the following change.
Change subject: Revert "sb/intel/lynxpoint: Fix up comment" ......................................................................
Revert "sb/intel/lynxpoint: Fix up comment"
This reverts commit 0cd1a87d50177a9f6ad912e934ad5d918a952109.
Reason for revert: <INSERT REASONING HERE> Not running.
Change-Id: I87c7c27abf36e5f4b0c1a3aded75bc92ba9a2e7c --- M src/southbridge/intel/lynxpoint/lpc.c 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/22/62522/1
diff --git a/src/southbridge/intel/lynxpoint/lpc.c b/src/southbridge/intel/lynxpoint/lpc.c index 71ce080..ea84def 100644 --- a/src/southbridge/intel/lynxpoint/lpc.c +++ b/src/southbridge/intel/lynxpoint/lpc.c @@ -691,8 +691,8 @@ int index) { /* - * Check if the register is enabled. If so, and the base exceeds the - * device's default claim range, add the resource. + * Check if the register is enabled. If so and the base exceeds the + * device's default, claim range and add the resource. */ if (reg_value & 1) { u16 base = reg_value & 0xfffc;