aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/apollolake/flash_ctrlr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/apollolake/flash_ctrlr.c')
-rw-r--r--src/soc/intel/apollolake/flash_ctrlr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/soc/intel/apollolake/flash_ctrlr.c b/src/soc/intel/apollolake/flash_ctrlr.c
index 5f7d8049b2..d0bc4fa813 100644
--- a/src/soc/intel/apollolake/flash_ctrlr.c
+++ b/src/soc/intel/apollolake/flash_ctrlr.c
@@ -68,7 +68,8 @@ static void _get_spi_flash_ctx(struct spi_flash_ctx *ctx)
}
/* Read register from the SPI flash controller. 'reg' is the register offset. */
-static uint32_t _spi_flash_ctrlr_reg_read(struct spi_flash_ctx *ctx, uint16_t reg)
+static uint32_t _spi_flash_ctrlr_reg_read(struct spi_flash_ctx *ctx,
+ uint16_t reg)
{
uintptr_t addr = ALIGN_DOWN(ctx->mmio_base + reg, 4);
return read32((void *)addr);