From 464e7a7f10e634612a70793a46c38bcaaf58737a Mon Sep 17 00:00:00 2001
From: Lars-Peter Clausen <lars@metafoo.de>
Date: Sun, 1 Mar 2015 15:56:43 +0000
Subject: [PATCH] xburst: Remove n516, n526 and id800wt subtargets

The driver code for supporting these subtargets was already removed a while ago,
so
the current images wont actually boot.

It is also quite unlikely that there are any users of them at this point, so
remove them.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>

SVN-Revision: 44586
---
 target/linux/xburst/Makefile               |  2 +-
 target/linux/xburst/id800wt/config-default | 49 ----------------------
 target/linux/xburst/id800wt/target.mk      |  8 ----
 target/linux/xburst/modules.mk             | 10 -----
 target/linux/xburst/n516/config-default    | 10 -----
 target/linux/xburst/n516/target.mk         |  8 ----
 target/linux/xburst/n526/config-default    |  1 -
 target/linux/xburst/n526/target.mk         |  7 ----
 8 files changed, 1 insertion(+), 94 deletions(-)
 delete mode 100644 target/linux/xburst/id800wt/config-default
 delete mode 100644 target/linux/xburst/id800wt/target.mk
 delete mode 100644 target/linux/xburst/n516/config-default
 delete mode 100644 target/linux/xburst/n516/target.mk
 delete mode 100644 target/linux/xburst/n526/config-default
 delete mode 100644 target/linux/xburst/n526/target.mk

diff --git a/target/linux/xburst/Makefile b/target/linux/xburst/Makefile
index 64ee7ec4ec..adeb7d6ba6 100644
--- a/target/linux/xburst/Makefile
+++ b/target/linux/xburst/Makefile
@@ -10,7 +10,7 @@ ARCH:=mipsel
 BOARD:=xburst
 BOARDNAME:=Ingenic XBurst
 FEATURES:=targz nand ubifs audio
-SUBTARGETS:=qi_lb60 n516 n526 id800wt
+SUBTARGETS:=qi_lb60
 
 KERNEL_PATCHVER:=3.10
 
diff --git a/target/linux/xburst/id800wt/config-default b/target/linux/xburst/id800wt/config-default
deleted file mode 100644
index 4e2031320a..0000000000
--- a/target/linux/xburst/id800wt/config-default
+++ /dev/null
@@ -1,49 +0,0 @@
-# CONFIG_BACKLIGHT_ADP8860 is not set
-# CONFIG_BACKLIGHT_ADP8870 is not set
-CONFIG_BACKLIGHT_CLASS_DEVICE=y
-CONFIG_BACKLIGHT_GENERIC=y
-CONFIG_BACKLIGHT_LCD_SUPPORT=y
-CONFIG_BLK_DEV_SD=y
-CONFIG_GPIO_SYSFS=y
-CONFIG_INPUT_MATRIXKMAP=y
-CONFIG_INPUT_TOUCHSCREEN=y
-CONFIG_KEYBOARD_GPIO=y
-CONFIG_KEYBOARD_MATRIX=y
-# CONFIG_LCD_AMS369FG06 is not set
-CONFIG_LCD_CLASS_DEVICE=y
-CONFIG_LCD_ILI8960=y
-# CONFIG_LCD_L4F00242T03 is not set
-# CONFIG_LCD_LD9040 is not set
-# CONFIG_LCD_LMS283GF05 is not set
-# CONFIG_LCD_LTV350QV is not set
-# CONFIG_LCD_PLATFORM is not set
-# CONFIG_LCD_S6E63M0 is not set
-# CONFIG_LCD_TDO24M is not set
-# CONFIG_LCD_VGG2432A4 is not set
-CONFIG_LOGO=y
-CONFIG_LOGO_LINUX_CLUT224=y
-CONFIG_LOGO_LINUX_MONO=y
-CONFIG_LOGO_LINUX_VGA16=y
-CONFIG_REGMAP_SPI=y
-CONFIG_SCSI=y
-CONFIG_SCSI_DMA=y
-CONFIG_SPI=y
-CONFIG_SPI_BITBANG=y
-CONFIG_SPI_GPIO=y
-CONFIG_SPI_MASTER=y
-# CONFIG_TOUCHSCREEN_ATMEL_MXT is not set
-# CONFIG_TOUCHSCREEN_AUO_PIXCIR is not set
-# CONFIG_TOUCHSCREEN_BU21013 is not set
-# CONFIG_TOUCHSCREEN_DYNAPRO is not set
-# CONFIG_TOUCHSCREEN_HAMPSHIRE is not set
-# CONFIG_TOUCHSCREEN_MAX11801 is not set
-# CONFIG_TOUCHSCREEN_PIXCIR is not set
-# CONFIG_TOUCHSCREEN_ST1232 is not set
-# CONFIG_TOUCHSCREEN_TSC2005 is not set
-# CONFIG_TOUCHSCREEN_TSC_SERIO is not set
-CONFIG_USB=y
-# CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set
-# CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set
-CONFIG_USB_OHCI_HCD=y
-# CONFIG_USB_OHCI_HCD_PLATFORM is not set
-CONFIG_USB_STORAGE=y
diff --git a/target/linux/xburst/id800wt/target.mk b/target/linux/xburst/id800wt/target.mk
deleted file mode 100644
index 754ba34f9c..0000000000
--- a/target/linux/xburst/id800wt/target.mk
+++ /dev/null
@@ -1,8 +0,0 @@
-BOARDNAME:=Sungale Pictureframe (id800wt)
-DEFAULT_PACKAGES += \
-	kmod-sound-core \
-	kmod-sound-soc-core \
-	kmod-sound-soc-jz4740 \
-	kmod-sound-soc-jz4740-codec \
-	kmod-sound-soc-id800wt \
-
diff --git a/target/linux/xburst/modules.mk b/target/linux/xburst/modules.mk
index ad953d5852..0e886b50ea 100644
--- a/target/linux/xburst/modules.mk
+++ b/target/linux/xburst/modules.mk
@@ -35,16 +35,6 @@ define KernelPackage/sound-soc-qilb60
 $(call KernelPackage/sound-soc-xburst/default,QI NanoNote,QI_LB60,qi-lb60,qi_lb60)
 endef
 
-define KernelPackage/sound-soc-n516
-$(call KernelPackage/sound-soc-xburst/default,Hanvon N516,N516,n516)
-endef
-
-define KernelPackage/sound-soc-n526
-$(call KernelPackage/sound-soc-xburst/default,Hanvon N526,N526,n526)
-endef
-
 $(eval $(call KernelPackage,sound-soc-jz4740))
 $(eval $(call KernelPackage,sound-soc-jz4740-codec))
 $(eval $(call KernelPackage,sound-soc-qilb60))
-$(eval $(call KernelPackage,sound-soc-n516))
-$(eval $(call KernelPackage,sound-soc-n526))
diff --git a/target/linux/xburst/n516/config-default b/target/linux/xburst/n516/config-default
deleted file mode 100644
index f15e78ae50..0000000000
--- a/target/linux/xburst/n516/config-default
+++ /dev/null
@@ -1,10 +0,0 @@
-CONFIG_FB_DEFERRED_IO=y
-CONFIG_FB_METRONOME=m
-CONFIG_FB_SYS_FOPS=m
-CONFIG_HWMON=y
-CONFIG_I2C_ALGOBIT=y
-CONFIG_LEDS_GPIO=y
-CONFIG_MTD_CMDLINE_PARTS=y
-CONFIG_NEW_LEDS=y
-# CONFIG_SENSORS_JZ4740 is not set
-CONFIG_SENSORS_LM75=y
diff --git a/target/linux/xburst/n516/target.mk b/target/linux/xburst/n516/target.mk
deleted file mode 100644
index 4035af2b20..0000000000
--- a/target/linux/xburst/n516/target.mk
+++ /dev/null
@@ -1,8 +0,0 @@
-BOARDNAME:=Hanvon N516 e-book reader
-DEFAULT_PACKAGES += \
-	kmod-sound-core \
-	kmod-sound-soc-core \
-	kmod-sound-soc-jz4740 \
-	kmod-sound-soc-jz4740-codec \
-	kmod-sound-soc-n516 \
-
diff --git a/target/linux/xburst/n526/config-default b/target/linux/xburst/n526/config-default
deleted file mode 100644
index b89d18d435..0000000000
--- a/target/linux/xburst/n526/config-default
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_I2C_ALGOBIT=y
diff --git a/target/linux/xburst/n526/target.mk b/target/linux/xburst/n526/target.mk
deleted file mode 100644
index e7bcc77dec..0000000000
--- a/target/linux/xburst/n526/target.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-BOARDNAME:=Hanvon N526 e-book reader
-DEFAULT_PACKAGES += \
-	kmod-sound-core \
-	kmod-sound-soc-core \
-	kmod-sound-soc-jz4740 \
-	kmod-sound-soc-jz4740-codec \
-	kmod-sound-soc-n516 \
-- 
GitLab