summaryrefslogtreecommitdiff
path: root/target/ppc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2019-09-30 20:52:54 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2019-09-30 21:37:09 +0200
commitc69189a8f8f7c8cd4a8aa1250e56e935c9f11c92 (patch)
treeaff7c78688e72435803ba34f816e24a09d474055 /target/ppc
parent7a6d084bd5eee58ca29fbadd753eacd637eadb90 (diff)
ppc/mips: remove non functional sample
Diffstat (limited to 'target/ppc')
-rw-r--r--target/ppc/Makefile6
-rw-r--r--target/ppc/systems/apple-macmini13
2 files changed, 0 insertions, 19 deletions
diff --git a/target/ppc/Makefile b/target/ppc/Makefile
index f62b31110..2eec72d23 100644
--- a/target/ppc/Makefile
+++ b/target/ppc/Makefile
@@ -63,12 +63,6 @@ ifeq ($(ADK_TARGET_FS),nfsroot)
targethelp:
@echo 'The kernel file is: $(FW_DIR)/${TARGET_KERNEL}'
@echo "The RootFS tarball is: $(FW_DIR)/$(ROOTFSUSERTARBALL)"
-ifeq ($(ADK_TARGET_SYSTEM_APPLE_MACMINI),y)
- @echo 'Use <alt-gr>-<win>-o-f to get into OpenFirmware on bootup, then type:'
- @echo ' 0 > boot enet:10.0.0.1,yaboot'
- @echo 'In yaboot type:'
- @echo ' boot: enet:'
-endif
endif
# image creation and kernel install
diff --git a/target/ppc/systems/apple-macmini b/target/ppc/systems/apple-macmini
deleted file mode 100644
index c1652ee52..000000000
--- a/target/ppc/systems/apple-macmini
+++ /dev/null
@@ -1,13 +0,0 @@
-config ADK_TARGET_SYSTEM_APPLE_MACMINI
- bool "Apple Mac mini"
- select ADK_TARGET_CPU_PPC_7400
- select ADK_TARGET_WITH_PCI
- select ADK_TARGET_WITH_NET
- select ADK_TARGET_WITH_NETDEVICE
- select ADK_TARGET_WITH_BLOCK
- select ADK_TARGET_WITH_VGA
- select ADK_TARGET_WITH_USB
- select ADK_TARGET_KERNEL_WITH_COMPRESSION
- help
- Support for Apple Mac mini.
-