Hello HAOUAS Elyes, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/23376
to look at the new patch set (#3).
Change subject: mb/lenovo/x60: Use big enough type for left-shift ......................................................................
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