diff options
-rw-r--r-- | src/soc/sifive/fu540/otp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/sifive/fu540/otp.c b/src/soc/sifive/fu540/otp.c index e6900fe1c1..73a5573fb6 100644 --- a/src/soc/sifive/fu540/otp.c +++ b/src/soc/sifive/fu540/otp.c @@ -29,7 +29,7 @@ * https://www.sifive.com/documentation/chips/freedom-u540-c000-manual/ */ -typedef struct sifive_otp_registers { +struct sifive_otp_registers { u32 pa; /* Address input */ u32 paio; /* Program address input */ u32 pas; /* Program redundancy cell selection input */ |