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:
Elyes HAOUAS 2020-08-01 21:21:58 +02:00 committed by Angel Pons
parent c7d6d7a971
commit 93d678f8be
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}