summaryrefslogtreecommitdiff
path: root/target/h8300/systems
diff options
context:
space:
mode:
Diffstat (limited to 'target/h8300/systems')
-rw-r--r--target/h8300/systems/sim-h8300h2
-rw-r--r--target/h8300/systems/toolchain-h83008
2 files changed, 1 insertions, 9 deletions
diff --git a/target/h8300/systems/sim-h8300h b/target/h8300/systems/sim-h8300h
index d6cc62c94..1c82e1012 100644
--- a/target/h8300/systems/sim-h8300h
+++ b/target/h8300/systems/sim-h8300h
@@ -1,6 +1,6 @@
config ADK_TARGET_SYSTEM_SIM_H8300H
bool "GDB simulator"
- select ADK_CPU_H8300
+ select ADK_TARGET_CPU_H8300
select ADK_TARGET_SIM
select ADK_TARGET_PACKAGE_TXZ
help
diff --git a/target/h8300/systems/toolchain-h8300 b/target/h8300/systems/toolchain-h8300
deleted file mode 100644
index 55972fd60..000000000
--- a/target/h8300/systems/toolchain-h8300
+++ /dev/null
@@ -1,8 +0,0 @@
-config ADK_TARGET_SYSTEM_TOOLCHAIN_H8300
- bool "Toolchain only"
- select ADK_CPU_H8300
- select ADK_TARGET_TOOLCHAIN
- select ADK_TARGET_PACKAGE_TXZ
- help
- H8/300 toolchain.
-