[arch][riscv32] rename the qemu target sifive-e

The initial port is really a Sifive E platform. Call it what it is and
make space for bringing up the Sifive U and virt qemu target.
This commit is contained in:
Travis Geiselbrecht
2019-02-17 20:20:16 -08:00
parent ee04645a0c
commit a0a6b10e0b
11 changed files with 15 additions and 94 deletions

View File

@@ -1,2 +0,0 @@
include project/target/qemu-riscv32.mk
include project/virtual/test.mk

2
project/sifive-e-test.mk Normal file
View File

@@ -0,0 +1,2 @@
include project/target/sifive-e.mk
include project/virtual/test.mk

View File

@@ -1,3 +0,0 @@
TARGET := qemu-riscv
SUBARCH := 32

View File

@@ -0,0 +1,3 @@
TARGET := sifive-e
SUBARCH := 32