aboutsummaryrefslogtreecommitdiff
path: root/src/soc/sifive/fu540/clock.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/sifive/fu540/clock.c')
-rw-r--r--src/soc/sifive/fu540/clock.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/sifive/fu540/clock.c b/src/soc/sifive/fu540/clock.c
index 9b21532bba..977f938eb4 100644
--- a/src/soc/sifive/fu540/clock.c
+++ b/src/soc/sifive/fu540/clock.c
@@ -177,7 +177,6 @@ static void init_gemgxlclk(void)
write32(&prci->gemgxlpllcfg1, cfg1);
}
-
#define FU540_UART_DEVICES 2
#define FU540_UART_REG_DIV 0x18
#define FU540_UART_DIV_VAL 4
@@ -185,7 +184,6 @@ static void init_gemgxlclk(void)
#define FU540_SPI_DIV 0x00
#define FU540_SPI_DIV_VAL 4
-
static void update_peripheral_clock_dividers(void)
{
write32((uint32_t *)(FU540_QSPI0 + FU540_SPI_DIV), FU540_SPI_DIV_VAL);