sb/intel/lynxpoint: Fix up comment
Change-Id: Ie46b63d192b8e4871442f6b0db5b1575168f89ce Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/62342 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
This commit is contained in:
parent
9fc741d32f
commit
0cd1a87d50
|
@ -691,8 +691,8 @@ static void pch_lpc_add_gen_io_resources(struct device *dev, int reg_value,
|
||||||
int index)
|
int index)
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
* Check if the register is enabled. If so and the base exceeds the
|
* Check if the register is enabled. If so, and the base exceeds the
|
||||||
* device's default, claim range and add the resource.
|
* device's default claim range, add the resource.
|
||||||
*/
|
*/
|
||||||
if (reg_value & 1) {
|
if (reg_value & 1) {
|
||||||
u16 base = reg_value & 0xfffc;
|
u16 base = reg_value & 0xfffc;
|
||||||
|
|
Loading…
Reference in New Issue