Paul Menzel uploaded patch set #3 to this change.

View Change

mb/lenovo/x60: Use big enough type for left-shift

```
src/mainboard/lenovo/x60/romstage.c: In function 'early_ich7_init':
src/mainboard/lenovo/x60/romstage.c:138:14: error: result of '1 << 31' requires 33 bits to represent, but 'int' only has 32 bits [-Werror=shift-overflow=]
reg32 |= (1 << 31) | (1 << 27);
^~
```

Change-Id: Ieee2f7cc121909103e68f1083bf9b78aae961088
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
---
M src/mainboard/lenovo/x60/romstage.c
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/76/23376/3

To view, visit change 23376. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ieee2f7cc121909103e68f1083bf9b78aae961088
Gerrit-Change-Number: 23376
Gerrit-PatchSet: 3
Gerrit-Owner: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-Reviewer: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Nico Huber <nico.h@gmx.de>
Gerrit-MessageType: newpatchset