diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2017-11-20 02:09:19 +0100 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-11-23 05:01:47 +0000 |
commit | 482d16fb0ab1899da856b083f35b682917b0ed96 (patch) | |
tree | de94970c02dad441bd09feb1d5d21048c81e59ab /src/mainboard/google/rambi/variants/banjo | |
parent | bfd62fabc9b7b52a2ec5de93749ab01f697a01a7 (diff) |
src/mainboard: Fix various typos
These typos were found through manual review and grep.
Change-Id: Ia5a9acae4fbe2627017743106d9326a14c99a225
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-on: https://review.coreboot.org/22525
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/mainboard/google/rambi/variants/banjo')
-rw-r--r-- | src/mainboard/google/rambi/variants/banjo/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/rambi/variants/banjo/Makefile.inc b/src/mainboard/google/rambi/variants/banjo/Makefile.inc index e9252636ed..0c31309750 100644 --- a/src/mainboard/google/rambi/variants/banjo/Makefile.inc +++ b/src/mainboard/google/rambi/variants/banjo/Makefile.inc @@ -15,7 +15,7 @@ SPD_BIN = $(obj)/spd.bin -# Order matters for SPD sources. The following indicies +# Order matters for SPD sources. The following indices # define the SPD data to use. # 0b000 - 2GiB total - 1 x 2GiB Samsung K4B4G1646Q-HYK0 1600MHz # 0b001 - 4GiB total - 2 x 2GiB Hynix H5TC4G63AFR-PBA 1600MHz |