summaryrefslogtreecommitdiffstats
path: root/configs/calao_tny_a9g20_lpw_defconfig
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-11-05 14:32:36 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-11-09 22:52:33 +0100
commit0e3b374208fe1c74cb977553f492c5c6280e82f2 (patch)
treeca9ab74acc2499972484a68cd37f1b93439c8a67 /configs/calao_tny_a9g20_lpw_defconfig
parent401c47e44b26e97db1c12cce0a42c62cfb72a9b9 (diff)
downloadbuildroot-0e3b374208fe1c74cb977553f492c5c6280e82f2.tar.gz
buildroot-0e3b374208fe1c74cb977553f492c5c6280e82f2.zip
configs: remove calao*_defconfig
The calao defconfigs no longer build with gcc 5.x, due to Linux kernel versions used being too old. However, it is unlikely that anyone will ever update them, since Calao Systems has gone bankrupt in April 2016. Therefore, let's remove them. If anyone is interested again at some point, it will be easy to revive them from the Git history. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'configs/calao_tny_a9g20_lpw_defconfig')
-rw-r--r--configs/calao_tny_a9g20_lpw_defconfig29
1 files changed, 0 insertions, 29 deletions
diff --git a/configs/calao_tny_a9g20_lpw_defconfig b/configs/calao_tny_a9g20_lpw_defconfig
deleted file mode 100644
index 5c66d06186..0000000000
--- a/configs/calao_tny_a9g20_lpw_defconfig
+++ /dev/null
@@ -1,29 +0,0 @@
-# architecture
-BR2_arm=y
-BR2_arm926t=y
-
-# system
-BR2_PACKAGE_HOST_SAM_BA=y
-
-# filesystem
-BR2_TARGET_ROOTFS_UBIFS=y
-
-# Linux headers same as kernel, a 3.9 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_9=y
-
-# bootloaders
-BR2_TARGET_AT91BOOTSTRAP=y
-BR2_TARGET_AT91BOOTSTRAP_CUSTOM_PATCH_DIR="board/calao/tny-a9g20-lpw"
-BR2_TARGET_AT91BOOTSTRAP_BOARD="tny_a9g20_lpw"
-BR2_TARGET_AT91BOOTSTRAP_NANDFLASH=y
-BR2_TARGET_BAREBOX=y
-BR2_TARGET_BAREBOX_BOARD_DEFCONFIG="tny_a9g20"
-
-# linux
-BR2_LINUX_KERNEL=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.9.4"
-BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
-BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/calao/tny-a9g20-lpw/linux-3.9.config"
-BR2_LINUX_KERNEL_DTS_SUPPORT=y
-BR2_LINUX_KERNEL_INTREE_DTS_NAME="tny_a9g20"
OpenPOWER on IntegriCloud