summaryrefslogtreecommitdiff
path: root/src/mainboard/samsung
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2016-09-29 20:09:46 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2016-10-01 08:33:16 +0200
commitcf81bd3002754edb67650ca1eaecb1d4736f4171 (patch)
tree3e3cc877c91b6e1ed1b822d1ad04c158a190b5eb /src/mainboard/samsung
parent117fd8d64518034298a4098532ba93f8f2459319 (diff)
downloadcoreboot-cf81bd3002754edb67650ca1eaecb1d4736f4171.tar.xz
mainboard/samsung/stumpy: Use tabs for indents
Change-Id: I1ffee53a04df6874f658feb3d6ce7d5c7b922837 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/16818 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/samsung')
-rw-r--r--src/mainboard/samsung/stumpy/romstage.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/samsung/stumpy/romstage.c b/src/mainboard/samsung/stumpy/romstage.c
index 7f7999c786..1062b64cae 100644
--- a/src/mainboard/samsung/stumpy/romstage.c
+++ b/src/mainboard/samsung/stumpy/romstage.c
@@ -207,8 +207,8 @@ void mainboard_fill_pei_data(struct pei_data *pei_data)
void mainboard_get_spd(spd_raw_data *spd)
{
- read_spd(&spd[0], 0x50);
- read_spd(&spd[2], 0x52);
+ read_spd(&spd[0], 0x50);
+ read_spd(&spd[2], 0x52);
}
const struct southbridge_usb_port mainboard_usb_ports[] = {