[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,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
make qemu-riscv32-test -j4 &&
|
||||
qemu-system-riscv32 -machine sifive_e -kernel build-qemu-riscv32-test/lk.elf -nographic $@
|
||||
make sifive-e-test -j4 &&
|
||||
qemu-system-riscv32 -machine sifive_e -kernel build-sifive-e-test/lk.elf -nographic $@
|
||||
|
||||
Reference in New Issue
Block a user