From 13f1affc69fe670996231f6ac160cab68ceb7f4a Mon Sep 17 00:00:00 2001
From: Waldemar Brodkorb <wbx@openadk.org>
Date: Mon, 30 Sep 2019 20:34:31 +0200
Subject: alpha: remove non functional samples

---
 target/alpha/Makefile                    | 12 ------------
 target/alpha/systems/dec-alphastation-m3 |  8 --------
 target/alpha/systems/dec-multia          | 11 -----------
 3 files changed, 31 deletions(-)
 delete mode 100644 target/alpha/systems/dec-alphastation-m3
 delete mode 100644 target/alpha/systems/dec-multia

(limited to 'target/alpha')

diff --git a/target/alpha/Makefile b/target/alpha/Makefile
index 0d3b4f873..013409a23 100644
--- a/target/alpha/Makefile
+++ b/target/alpha/Makefile
@@ -6,9 +6,6 @@ include $(ADK_TOPDIR)/mk/kernel-build.mk
 include $(ADK_TOPDIR)/mk/image.mk
 
 KERNEL:=$(LINUX_DIR)/vmlinux
-ifeq ($(ADK_TARGET_SYSTEM_DEC_MULTIA),y)
-KERNEL:=$(LINUX_DIR)/arch/alpha/boot/bootpfile
-endif
 
 QEMU_ARGS:=-monitor null
 QEMU_ARGS+=${ADK_QEMU_ARGS}
@@ -55,20 +52,11 @@ ifeq ($(ADK_TARGET_FS),nfsroot)
 targethelp:
 	@echo 'The kernel file is: $(FW_DIR)/${TARGET_KERNEL}'
 	@echo 'The nfs root tarball is: ${FW_DIR}/${ROOTFSUSERTARBALL}'
-ifeq ($(ADK_TARGET_SYSTEM_DEC_MULTIA),y)
-	@echo 'The SRM console uses 9600 baud'
-	@echo 'To netboot the Dec multia type following in SRM console:'
-	@echo '>>>boot ewa0 -protocols bootp -fl "root=/dev/nfs ip=dhcp"'
-endif
 endif
 
 # image creation and kernel install
 kernel-strip:
-ifeq ($(ADK_TARGET_SYSTEM_DEC_MULTIA),y)
-	cp $(KERNEL) $(BUILD_DIR)/${TARGET_KERNEL}
-else
 	$(TARGET_CROSS)objcopy $(OSTRIP) -S $(KERNEL) $(BUILD_DIR)/$(TARGET_KERNEL)
-endif
 
 kernel-install: kernel-strip
 	cp $(BUILD_DIR)/$(TARGET_KERNEL) $(FW_DIR)/${TARGET_KERNEL}
diff --git a/target/alpha/systems/dec-alphastation-m3 b/target/alpha/systems/dec-alphastation-m3
deleted file mode 100644
index 4ac0d5166..000000000
--- a/target/alpha/systems/dec-alphastation-m3
+++ /dev/null
@@ -1,8 +0,0 @@
-config ADK_TARGET_SYSTEM_DEC_ALPHASTATION_M3
-	bool "Digital Alphastation 250 4/266 (M3)"
-	select ADK_TARGET_CPU_ALPHA_EV4
-	select ADK_TARGET_KERNEL_WITH_COMPRESSION
-	help
-	  Support for DEC Alphastation. See:
-	  https://en.wikipedia.org/wiki/AlphaStation
-
diff --git a/target/alpha/systems/dec-multia b/target/alpha/systems/dec-multia
deleted file mode 100644
index badef7e87..000000000
--- a/target/alpha/systems/dec-multia
+++ /dev/null
@@ -1,11 +0,0 @@
-config ADK_TARGET_SYSTEM_DEC_MULTIA
-	bool "Digital Multia"
-	select ADK_TARGET_CPU_ALPHA_EV4
-	select ADK_TARGET_WITH_SERIAL
-	select ADK_TARGET_WITH_NET
-	select ADK_TARGET_WITH_NETDEVICE
-	select ADK_TARGET_KERNEL_VMLINUX_BOOTP
-	help
-	  Support for DEC Multia. See:
-	  https://en.wikipedia.org/wiki/DEC_Multia
-
-- 
cgit v1.2.3