From 11e98fa92574195a03da67e548bd8c8312486cf2 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Thu, 4 Oct 2018 17:08:09 -0500 Subject: [PATCH] riscv32: sifive-freedom: Move dts.fixup into soc dir The dts.fixup for the hifive1 board was not board specific but related to the SoC. Move the dts.fixup into the SoC dir so any other boards using this same SoC will take advantage of it. Signed-off-by: Kumar Gala --- .../riscv32/riscv-privilege/sifive-freedom}/dts.fixup | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {boards/riscv32/hifive1 => soc/riscv32/riscv-privilege/sifive-freedom}/dts.fixup (100%) diff --git a/boards/riscv32/hifive1/dts.fixup b/soc/riscv32/riscv-privilege/sifive-freedom/dts.fixup similarity index 100% rename from boards/riscv32/hifive1/dts.fixup rename to soc/riscv32/riscv-privilege/sifive-freedom/dts.fixup