summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-11-05 14:45:54 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-11-05 23:33:37 +0100
commit8dc4d065123acb7e1a0763ae851b060b97a39db7 (patch)
tree6581907cc5c2fb70554630cdfc17ea39eba11aa9 /configs
parentc85cd189dc1ded92b78c5968860ff447ec9815ad (diff)
configs/kb9202_defconfig: remove defconfig
This configuration for the KwikByte KB9202 was added back in July 2008 (commit e27fef51834042a1b108e04927a2a91742a54327), and was never updated since then. It still uses a 2.6.38 kernel, with the out of tree patches from the former AT91 kernel maintainer. The board has been discontinued according to its page at http://www.kwikbyte.com/KB9202.html. This defconfig no longer builds since the switch to gcc 5.x as the default. Therefore, it's time to get rid of this defconfig. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/kb9202_defconfig17
1 files changed, 0 insertions, 17 deletions
diff --git a/configs/kb9202_defconfig b/configs/kb9202_defconfig
deleted file mode 100644
index 0aea0eba2..000000000
--- a/configs/kb9202_defconfig
+++ /dev/null
@@ -1,17 +0,0 @@
-# Architecture
-BR2_arm=y
-BR2_arm920t=y
-
-# Filesystem
-BR2_TARGET_ROOTFS_TAR=y
-
-# Linux headers same as kernel, a 2.6 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_REALLY_OLD=y
-
-# Kernel
-BR2_LINUX_KERNEL=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="2.6.38.8"
-BR2_LINUX_KERNEL_PATCH="http://maxim.org.za/AT91RM9200/2.6/2.6.38-at91.patch.gz"
-BR2_LINUX_KERNEL_USE_DEFCONFIG=y
-BR2_LINUX_KERNEL_DEFCONFIG="kb9202"