diff options
Diffstat (limited to 'src/mainboard/google/chell')
-rw-r--r-- | src/mainboard/google/chell/gpio.h | 2 | ||||
-rw-r--r-- | src/mainboard/google/chell/romstage.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/google/chell/gpio.h b/src/mainboard/google/chell/gpio.h index 76b2d09cc8..ebece32f12 100644 --- a/src/mainboard/google/chell/gpio.h +++ b/src/mainboard/google/chell/gpio.h @@ -182,7 +182,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/chell/romstage.c b/src/mainboard/google/chell/romstage.c index 5360da683c..54b4afa62b 100644 --- a/src/mainboard/google/chell/romstage.c +++ b/src/mainboard/google/chell/romstage.c @@ -32,7 +32,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); } |