[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:
@@ -1,2 +0,0 @@
|
||||
include project/target/qemu-riscv32.mk
|
||||
include project/virtual/test.mk
|
||||
2
project/sifive-e-test.mk
Normal file
2
project/sifive-e-test.mk
Normal file
@@ -0,0 +1,2 @@
|
||||
include project/target/sifive-e.mk
|
||||
include project/virtual/test.mk
|
||||
@@ -1,3 +0,0 @@
|
||||
TARGET := qemu-riscv
|
||||
SUBARCH := 32
|
||||
|
||||
3
project/target/sifive-e.mk
Normal file
3
project/target/sifive-e.mk
Normal file
@@ -0,0 +1,3 @@
|
||||
TARGET := sifive-e
|
||||
SUBARCH := 32
|
||||
|
||||
Reference in New Issue
Block a user