summaryrefslogtreecommitdiffstats
path: root/src/soc/sifive/fu540/spi.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-08-19 21:47:58 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-08-24 09:16:48 +0000
commitcbcce2415bba2cc26d47b5491c73eb281eedb48f (patch)
treea7c5e9ce0e80f54e1d98ca35a8bd32db5ba3ff62 /src/soc/sifive/fu540/spi.c
parentc94b38ec1336fa6b90a77b82582feb9093d8a274 (diff)
downloadcoreboot-cbcce2415bba2cc26d47b5491c73eb281eedb48f.tar.gz
coreboot-cbcce2415bba2cc26d47b5491c73eb281eedb48f.tar.bz2
coreboot-cbcce2415bba2cc26d47b5491c73eb281eedb48f.zip
soc/sifive: Drop unneeded empty lines
Change-Id: I20008c71d5b573d72a09068626523e10faa2d632 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44602 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
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 d8774523186a..87c59a471684 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.
*/