summaryrefslogtreecommitdiff
path: root/target/cris/systems
diff options
context:
space:
mode:
Diffstat (limited to 'target/cris/systems')
-rw-r--r--target/cris/systems/qemu-cris8
-rw-r--r--target/cris/systems/toolchain-cris1
2 files changed, 8 insertions, 1 deletions
diff --git a/target/cris/systems/qemu-cris b/target/cris/systems/qemu-cris
new file mode 100644
index 000000000..d1df7e654
--- /dev/null
+++ b/target/cris/systems/qemu-cris
@@ -0,0 +1,8 @@
+config ADK_TARGET_SYSTEM_QEMU_CRIS
+ bool "Qemu Emulator"
+ select ADK_CPU_CRIS_V32
+ select ADK_TARGET_QEMU
+ select ADK_TARGET_KERNEL_IMAGE
+ help
+ Qemu Emulator for CRISv32 architecture.
+
diff --git a/target/cris/systems/toolchain-cris b/target/cris/systems/toolchain-cris
index ab5be72f6..6615da6ad 100644
--- a/target/cris/systems/toolchain-cris
+++ b/target/cris/systems/toolchain-cris
@@ -1,6 +1,5 @@
config ADK_TARGET_SYSTEM_TOOLCHAIN_CRIS
bool "Toolchain only"
- select ADK_CPU_CRIS_V32
select ADK_TARGET_TOOLCHAIN
select ADK_TARGET_PACKAGE_TXZ
help