summaryrefslogtreecommitdiff
path: root/target/ppc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-10-24 15:53:10 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-10-24 15:53:20 +0200
commitfd124a0cff6170c8474166a33b0591d490a32bdb (patch)
tree3a2bc8da14b5e3602483a121b111b55e50e6b73f /target/ppc
parent7f0da41a6132598996d8aa8a694c86200702588f (diff)
add new symbol for systems with tcp/ip but without netdevice. like arc simulator running test-suites with network functions
Diffstat (limited to 'target/ppc')
-rw-r--r--target/ppc/systems/mac-mini3
-rw-r--r--target/ppc/systems/qemu-ppc-bamboo2
-rw-r--r--target/ppc/systems/qemu-ppc-macppc2
3 files changed, 4 insertions, 3 deletions
diff --git a/target/ppc/systems/mac-mini b/target/ppc/systems/mac-mini
index ff13d2434..9841cb83c 100644
--- a/target/ppc/systems/mac-mini
+++ b/target/ppc/systems/mac-mini
@@ -4,7 +4,8 @@ config ADK_TARGET_SYSTEM_APPLE_MACMINI
select ADK_CPU_PPC
select ADK_TARGET_WITH_PCI
select ADK_TARGET_WITH_NET
+ select ADK_TARGET_WITH_NETDEVICE
select ADK_TARGET_WITH_BLOCK
help
- Support for Apple Mac mini.
+ Support for Apple Mac mini.
diff --git a/target/ppc/systems/qemu-ppc-bamboo b/target/ppc/systems/qemu-ppc-bamboo
index 24d231205..dcac77ea7 100644
--- a/target/ppc/systems/qemu-ppc-bamboo
+++ b/target/ppc/systems/qemu-ppc-bamboo
@@ -4,5 +4,5 @@ config ADK_TARGET_SYSTEM_QEMU_PPC_BAMBOO
select ADK_CPU_PPC_440
select ADK_TARGET_SOFT_FLOAT
help
- Support for Qemu Emulator PPC architecture (Bamboo).
+ Support for Qemu Emulator PPC architecture (Bamboo).
diff --git a/target/ppc/systems/qemu-ppc-macppc b/target/ppc/systems/qemu-ppc-macppc
index 2e9ba1a4f..26b5deeac 100644
--- a/target/ppc/systems/qemu-ppc-macppc
+++ b/target/ppc/systems/qemu-ppc-macppc
@@ -4,5 +4,5 @@ config ADK_TARGET_SYSTEM_QEMU_PPC_MACPPC
select ADK_CPU_PPC
select ADK_TARGET_CPU_WITH_FPU
help
- Support for Qemu Emulator PPC architecture (MAC-PPC).
+ Support for Qemu Emulator PPC architecture (MAC-PPC).