summaryrefslogtreecommitdiff
path: root/src/mainboard/google
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google')
-rw-r--r--src/mainboard/google/brya/variants/moli/ramstage.c2
-rw-r--r--src/mainboard/google/storm/cdp.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/google/brya/variants/moli/ramstage.c b/src/mainboard/google/brya/variants/moli/ramstage.c
index 89ccf6b4b2..2be75e41bf 100644
--- a/src/mainboard/google/brya/variants/moli/ramstage.c
+++ b/src/mainboard/google/brya/variants/moli/ramstage.c
@@ -23,7 +23,7 @@ static void devtree_update_emmc_rtd3(void)
if (board_ver <= 1)
return;
- config->enable_gpio = (struct acpi_gpio) ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPP_A21);
+ config->enable_gpio = (struct acpi_gpio)ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPP_A21);
}
const struct cpu_power_limits limits[] = {
diff --git a/src/mainboard/google/storm/cdp.c b/src/mainboard/google/storm/cdp.c
index 39afc1acf5..9dd184e62d 100644
--- a/src/mainboard/google/storm/cdp.c
+++ b/src/mainboard/google/storm/cdp.c
@@ -49,7 +49,7 @@ void board_nand_init(void)
if (board_id() != BOARD_ID_PROTO_0_2_NAND)
return;
- ebi2_regs = (struct ebi2cr_regs *) EBI2CR_BASE;
+ ebi2_regs = (struct ebi2cr_regs *)EBI2CR_BASE;
nand_clock_config();
configure_nand_gpio();