aboutsummaryrefslogtreecommitdiff
path: root/src/soc/sifive/fu540/spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/sifive/fu540/spi.c')
-rw-r--r--src/soc/sifive/fu540/spi.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/sifive/fu540/spi.c b/src/soc/sifive/fu540/spi.c
index d877452318..87c59a4716 100644
--- a/src/soc/sifive/fu540/spi.c
+++ b/src/soc/sifive/fu540/spi.c
@@ -13,7 +13,6 @@ static struct spi_ctrl *spictrls[] = {
(struct spi_ctrl *)FU540_QSPI2
};
-
/**
* Wait until SPI is ready for transmission and transmit byte.
*/
@@ -35,7 +34,6 @@ static void spi_tx(volatile struct spi_ctrl *spictrl, uint8_t in)
#endif
}
-
/**
* Wait until SPI receive queue has data and read byte.
*/