summaryrefslogtreecommitdiffstats
path: root/src/mainboard/sifive/hifive-unleashed/fixup_fdt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/sifive/hifive-unleashed/fixup_fdt.c')
-rw-r--r--src/mainboard/sifive/hifive-unleashed/fixup_fdt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/sifive/hifive-unleashed/fixup_fdt.c b/src/mainboard/sifive/hifive-unleashed/fixup_fdt.c
index b4991daf8559..38492acb87dd 100644
--- a/src/mainboard/sifive/hifive-unleashed/fixup_fdt.c
+++ b/src/mainboard/sifive/hifive-unleashed/fixup_fdt.c
@@ -47,7 +47,6 @@ static void do_fixup_memory(struct device_tree_node *node)
dt_add_reg_prop(node, addrs, sizes, 1, 2, 2);
}
-
static void fixup_memory(struct device_tree_node *parent)
{
struct device_tree_property *prop;