summaryrefslogtreecommitdiff
path: root/target/or1k/systems/sim-or1k
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-11-21 16:48:41 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-11-21 16:48:41 +0100
commit6ddeae54d61d38ab19ba3dcc11216c8d3afc938e (patch)
treec42d07df7483f5b84ec928dbcbb604000033ea9d /target/or1k/systems/sim-or1k
parent66c6e9fc597ab73a82cb67a8f7998c6b1591c624 (diff)
or1k: rename or1k-sim to sim-or1k, by default 64mb ram
Diffstat (limited to 'target/or1k/systems/sim-or1k')
-rw-r--r--target/or1k/systems/sim-or1k8
1 files changed, 8 insertions, 0 deletions
diff --git a/target/or1k/systems/sim-or1k b/target/or1k/systems/sim-or1k
new file mode 100644
index 000000000..67bbbc245
--- /dev/null
+++ b/target/or1k/systems/sim-or1k
@@ -0,0 +1,8 @@
+config ADK_TARGET_SYSTEM_SIM_OR1K
+ bool "OR1K Simulator"
+ select ADK_TARGET_CPU_OR1K
+ select ADK_TARGET_WITH_SERIAL
+ select ADK_TARGET_WITH_NET
+ help
+ Simulator for OR1K architecture.
+