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/glados | |
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/glados')
-rw-r--r-- | src/mainboard/google/glados/gpio.h | 2 | ||||
-rw-r--r-- | src/mainboard/google/glados/romstage.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/google/glados/gpio.h b/src/mainboard/google/glados/gpio.h index acd0eada1b..aa5ca0be23 100644 --- a/src/mainboard/google/glados/gpio.h +++ b/src/mainboard/google/glados/gpio.h @@ -185,7 +185,7 @@ static const struct pad_config gpio_table[] = { /* * The next 4 pads are for bit banging the amplifiers. They are connected * together with i2s0 signals. For default behavior of i2s make these - * gpio inupts. + * gpio inputs. */ /* I2S2_SCLK */ PAD_CFG_GPI_GPIO_DRIVER(GPP_F0, NONE, DEEP), /* I2S2_SFRM */ PAD_CFG_GPI_GPIO_DRIVER(GPP_F1, NONE, DEEP), diff --git a/src/mainboard/google/glados/romstage.c b/src/mainboard/google/glados/romstage.c index 2612e2d4cc..72f15f99c3 100644 --- a/src/mainboard/google/glados/romstage.c +++ b/src/mainboard/google/glados/romstage.c @@ -27,7 +27,7 @@ void mainboard_romstage_entry(struct romstage_params *params) /* Fill out PEI DATA */ mainboard_fill_pei_data(params->pei_data); mainboard_fill_spd_data(params->pei_data); - /* Initliaze memory */ + /* Initialize memory */ romstage_common(params); } |