mb/gizmosphere/gizmo/mainboard.c: Remove white space after 'mdelay'
Change-Id: Ib7c6ab0a2e5a03f30b70c4bbb1091fa9c689c23b Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44094 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
c7d6d7a971
commit
93d678f8be
|
@ -40,7 +40,7 @@ static void mainboard_final(void *chip_info)
|
|||
ABAR &= 0xFFFFFC00;
|
||||
memptr = (u8 *)(ABAR + 0x100 + 0x80 + 0x2C); /* we're on the 2nd port */
|
||||
*memptr = 0x21; /* force to GEN2 and start re-negotiate */
|
||||
mdelay (1);
|
||||
mdelay(1);
|
||||
*memptr = 0x20;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue