aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/t420s/early_init.c
diff options
context:
space:
mode:
authorPeter Lemenkov <lemenkov@gmail.com>2019-10-23 22:07:58 +0200
committerAngel Pons <th3fanbus@gmail.com>2020-04-18 18:57:18 +0000
commit18f888598da2a0cf3458736c3f56b31986f28d29 (patch)
tree0f74b0c7e1850ca469ae23710f239651326bdd58 /src/mainboard/lenovo/t420s/early_init.c
parent75f4776610c7d24d0c48dc48ff2a236ea914a80c (diff)
mb/lenovo/t420(s): Do minor cosmetic changes
Align the whitespace and do some cosmetic changes. This makes it easier to fold these two boards into a variant setup. Change-Id: I53bdd90ae47b52dfdfec27229c6b904487fa2081 Signed-off-by: Peter Lemenkov <lemenkov@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/40380 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/lenovo/t420s/early_init.c')
-rw-r--r--src/mainboard/lenovo/t420s/early_init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/lenovo/t420s/early_init.c b/src/mainboard/lenovo/t420s/early_init.c
index 212be38fec..4f5f69d4dc 100644
--- a/src/mainboard/lenovo/t420s/early_init.c
+++ b/src/mainboard/lenovo/t420s/early_init.c
@@ -35,8 +35,8 @@ static void hybrid_graphics_init(void)
}
const struct southbridge_usb_port mainboard_usb_ports[] = {
- { 0, 1, -1 }, /* P0 empty */
- { 1, 1, 1 }, /* P1 system port 2 (To system port) (EHCI debug), OC 1 */
+ { 0, 1, -1 }, /* P0: empty */
+ { 1, 1, 1 }, /* P1: system port 2 (To system port) (EHCI debug), OC 1 */
{ 1, 1, -1 }, /* P2: HALF MINICARD (WLAN) no oc */
{ 1, 0, -1 }, /* P3: WWAN, no OC */
{ 1, 1, -1 }, /* P4: smartcard, no OC */