diff options
author | Richard Henderson <rth@twiddle.net> | 2017-02-08 15:06:54 -0800 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2017-02-14 08:14:58 +1100 |
commit | 4a09d0bb34ab030e09e87173b2e3ec0fd7616cff (patch) | |
tree | 4ed7ec1405016274a6e6ad540a4135101c27e570 /default-configs | |
parent | 305e6c8a2ff7a6e3f4942b50e853230f18eeb5a9 (diff) |
target/openrisc: Rename the cpu from or32 to or1k
This is in keeping with the toolchain and or1ksim.
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'default-configs')
-rw-r--r-- | default-configs/or1k-linux-user.mak | 1 | ||||
-rw-r--r-- | default-configs/or1k-softmmu.mak | 4 | ||||
-rw-r--r-- | default-configs/or32-linux-user.mak | 1 | ||||
-rw-r--r-- | default-configs/or32-softmmu.mak | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/default-configs/or1k-linux-user.mak b/default-configs/or1k-linux-user.mak new file mode 100644 index 0000000000..20e03c1317 --- /dev/null +++ b/default-configs/or1k-linux-user.mak @@ -0,0 +1 @@ +# Default configuration for or1k-linux-user diff --git a/default-configs/or1k-softmmu.mak b/default-configs/or1k-softmmu.mak new file mode 100644 index 0000000000..10bfa7abb8 --- /dev/null +++ b/default-configs/or1k-softmmu.mak @@ -0,0 +1,4 @@ +# Default configuration for or1k-softmmu + +CONFIG_SERIAL=y +CONFIG_OPENCORES_ETH=y diff --git a/default-configs/or32-linux-user.mak b/default-configs/or32-linux-user.mak deleted file mode 100644 index 808c1f9b83..0000000000 --- a/default-configs/or32-linux-user.mak +++ /dev/null @@ -1 +0,0 @@ -# Default configuration for or32-linux-user diff --git a/default-configs/or32-softmmu.mak b/default-configs/or32-softmmu.mak deleted file mode 100644 index cce474672a..0000000000 --- a/default-configs/or32-softmmu.mak +++ /dev/null @@ -1,4 +0,0 @@ -# Default configuration for or32-softmmu - -CONFIG_SERIAL=y -CONFIG_OPENCORES_ETH=y |