diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2019-09-30 20:38:59 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2019-09-30 21:37:09 +0200 |
commit | 7a6d084bd5eee58ca29fbadd753eacd637eadb90 (patch) | |
tree | 49d5144969bb923d4fe4492b5edbcb39c0e0cc96 /target/mips64 | |
parent | 570e6918b633d43b216f23586d387fdabaacb18b (diff) |
mips64: remove non functional sample
Diffstat (limited to 'target/mips64')
-rw-r--r-- | target/mips64/systems/sgi-o2 | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/target/mips64/systems/sgi-o2 b/target/mips64/systems/sgi-o2 deleted file mode 100644 index b6a480251..000000000 --- a/target/mips64/systems/sgi-o2 +++ /dev/null @@ -1,14 +0,0 @@ -config ADK_TARGET_SYSTEM_SGI_O2 - bool "SGI O2" - select ADK_TARGET_BIG_ENDIAN - select ADK_TARGET_CPU_MIPS64_MIPS4 - select ADK_TARGET_WITH_SERIAL - select ADK_TARGET_WITH_NET - select ADK_TARGET_WITH_NETDEVICE - select ADK_TARGET_WITH_BLOCK - select ADK_TARGET_WITH_SCSI - select ADK_TARGET_WITH_PCI - select ADK_TARGET_KERNEL_WITH_COMPRESSION - help - Support for SGI O2. - |