summaryrefslogtreecommitdiff
path: root/target/or1k/systems
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
parent66c6e9fc597ab73a82cb67a8f7998c6b1591c624 (diff)
or1k: rename or1k-sim to sim-or1k, by default 64mb ram
Diffstat (limited to 'target/or1k/systems')
-rw-r--r--target/or1k/systems/sim-or1k (renamed from target/or1k/systems/or1k-sim)3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/or1k/systems/or1k-sim b/target/or1k/systems/sim-or1k
index 4a1a47902..67bbbc245 100644
--- a/target/or1k/systems/or1k-sim
+++ b/target/or1k/systems/sim-or1k
@@ -1,7 +1,8 @@
-config ADK_TARGET_SYSTEM_OR1K_SIM
+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.