summaryrefslogtreecommitdiff
path: root/bsp/qemu-sifive-e31
diff options
context:
space:
mode:
authorNathaniel Graff <nathaniel.graff@sifive.com>2019-06-21 14:42:20 -0700
committerNathaniel Graff <nathaniel.graff@sifive.com>2019-06-21 14:42:20 -0700
commitb3cf267705758a305a59b2d31e76e752d84a204c (patch)
treed62ccc6b3076684fa62bd73d6ce2e082115b37d7 /bsp/qemu-sifive-e31
parent543c5f1122f39fc5791a31bc3c8d714108acf8d1 (diff)
Fix OpenOCD cfg and remove warnings
Fix OpenOCD config generator for hifive boards Remove some warnings for FE310-compatible targets related to clocks and the PRCI. Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com>
Diffstat (limited to 'bsp/qemu-sifive-e31')
-rw-r--r--bsp/qemu-sifive-e31/metal-inline.h2
-rw-r--r--bsp/qemu-sifive-e31/metal.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/bsp/qemu-sifive-e31/metal-inline.h b/bsp/qemu-sifive-e31/metal-inline.h
index 61601c7..bf8dec5 100644
--- a/bsp/qemu-sifive-e31/metal-inline.h
+++ b/bsp/qemu-sifive-e31/metal-inline.h
@@ -12,7 +12,7 @@
/* --------------------- fixed_clock ------------ */
-extern inline unsigned long __metal_driver_fixed_clock_rate(struct metal_clock *clock);
+extern inline unsigned long __metal_driver_fixed_clock_rate(const struct metal_clock *clock);
/* --------------------- fixed_factor_clock ------------ */
diff --git a/bsp/qemu-sifive-e31/metal.h b/bsp/qemu-sifive-e31/metal.h
index 1ec4b0b..56c2ea8 100644
--- a/bsp/qemu-sifive-e31/metal.h
+++ b/bsp/qemu-sifive-e31/metal.h
@@ -146,7 +146,7 @@ struct __metal_driver_sifive_fe310_g000_prci __metal_dt_prci_10008000;
/* --------------------- fixed_clock ------------ */
-static inline unsigned long __metal_driver_fixed_clock_rate(struct metal_clock *clock)
+static inline unsigned long __metal_driver_fixed_clock_rate(const struct metal_clock *clock)
{
if ((uintptr_t)clock == (uintptr_t)&__metal_dt_clock_0) {
return METAL_FIXED_CLOCK_0_CLOCK_FREQUENCY;