From c206dd65b253ea545e829df125ab35b235da6c25 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 30 Sep 2019 20:58:38 +0200 Subject: sparc/sparc64: remove non functional samples --- target/linux/config/Config.in.graphics | 6 ++---- target/ppc64/systems/apple-g5 | 7 ------- target/sparc/systems/sun-ipx | 11 ----------- target/sparc/systems/sun-javastation | 10 ---------- target/sparc/systems/sun-voyager | 12 ------------ target/sparc64/systems/tadpole-ultrabook | 8 -------- 6 files changed, 2 insertions(+), 52 deletions(-) delete mode 100644 target/ppc64/systems/apple-g5 delete mode 100644 target/sparc/systems/sun-ipx delete mode 100644 target/sparc/systems/sun-javastation delete mode 100644 target/sparc/systems/sun-voyager delete mode 100644 target/sparc64/systems/tadpole-ultrabook (limited to 'target') diff --git a/target/linux/config/Config.in.graphics b/target/linux/config/Config.in.graphics index c31223205..98c702851 100644 --- a/target/linux/config/Config.in.graphics +++ b/target/linux/config/Config.in.graphics @@ -298,14 +298,12 @@ config ADK_LINUX_KERNEL_FB_BCM2708 Framebuffer support for BCM28XX boards. config ADK_LINUX_KERNEL_FB_CGSIX - bool "Framebuffer support for CGSIX cards (Sun Voyager)" + bool "Framebuffer support for CGSIX cards" select ADK_LINUX_KERNEL_FB select ADK_LINUX_KERNEL_FB_SBUS - default y if ADK_TARGET_SYSTEM_SUN_VOYAGER default n - depends on ADK_TARGET_SYSTEM_SUN_VOYAGER help - Framebuffer support for Sun Voyager. + Framebuffer support for Sun CGSIX cards. config ADK_LINUX_KERNEL_FB_RADEON bool "Framebuffer support for RADEON chips" diff --git a/target/ppc64/systems/apple-g5 b/target/ppc64/systems/apple-g5 deleted file mode 100644 index 7852d5905..000000000 --- a/target/ppc64/systems/apple-g5 +++ /dev/null @@ -1,7 +0,0 @@ -config ADK_TARGET_SYSTEM_APPLE_G5 - bool "Apple G5" - select ADK_TARGET_CPU_PPC64_POWERPC64 - select ADK_TARGET_KERNEL_WITH_COMPRESSION - help - Support for Apple G5. - diff --git a/target/sparc/systems/sun-ipx b/target/sparc/systems/sun-ipx deleted file mode 100644 index 73a02bc61..000000000 --- a/target/sparc/systems/sun-ipx +++ /dev/null @@ -1,11 +0,0 @@ -config ADK_TARGET_SYSTEM_SUN_IPX - bool "Sun Sparcstation IPX" - select ADK_TARGET_CPU_SPARC_V8 - select ADK_TARGET_WITH_NET - select ADK_TARGET_WITH_NETDEVICE - select ADK_TARGET_WITH_BLOCK - select ADK_TARGET_KERNEL_ZIMAGE - select ADK_TARGET_KERNEL_WITH_COMPRESSION - help - Support for Sun Sparcstation IPX. - diff --git a/target/sparc/systems/sun-javastation b/target/sparc/systems/sun-javastation deleted file mode 100644 index 13f6091bb..000000000 --- a/target/sparc/systems/sun-javastation +++ /dev/null @@ -1,10 +0,0 @@ -config ADK_TARGET_SYSTEM_SUN_JAVASTATION - bool "Sun JavaStation" - select ADK_TARGET_CPU_SPARC_V7 - select ADK_TARGET_WITH_VGA - select ADK_TARGET_WITH_NET - select ADK_TARGET_WITH_NETDEVICE - select ADK_TARGET_KERNEL_VMLINUX_AOUT - help - Support for Sun JavaStation. - diff --git a/target/sparc/systems/sun-voyager b/target/sparc/systems/sun-voyager deleted file mode 100644 index a700918a4..000000000 --- a/target/sparc/systems/sun-voyager +++ /dev/null @@ -1,12 +0,0 @@ -config ADK_TARGET_SYSTEM_SUN_VOYAGER - bool "Sun Voyager" - select ADK_TARGET_CPU_SPARC_V8 - select ADK_TARGET_WITH_VGA - select ADK_TARGET_WITH_NET - select ADK_TARGET_WITH_NETDEVICE - select ADK_TARGET_WITH_BLOCK - select ADK_TARGET_KERNEL_ZIMAGE - select ADK_TARGET_KERNEL_WITH_COMPRESSION - help - Support for Sun Voyager. - diff --git a/target/sparc64/systems/tadpole-ultrabook b/target/sparc64/systems/tadpole-ultrabook deleted file mode 100644 index b371b4de6..000000000 --- a/target/sparc64/systems/tadpole-ultrabook +++ /dev/null @@ -1,8 +0,0 @@ -config ADK_TARGET_SYSTEM_TADPOLE_ULTRABOOK - bool "Tadpole Ultrabook" - select ADK_TARGET_CPU_SPARC64_V9 - select ADK_TARGET_KERNEL_ZIMAGE - select ADK_TARGET_KERNEL_WITH_COMPRESSION - help - Support for Tadpole Ultrabook. - -- cgit v1.2.3