From patchwork Sat Oct 3 19:44:17 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Petazzoni X-Patchwork-Id: 526002 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id BBFA9140D69 for ; Sun, 4 Oct 2015 06:45:17 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id E313489589; Sat, 3 Oct 2015 19:45:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id atO4MXt5N-9Q; Sat, 3 Oct 2015 19:45:16 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 459F8894D5; Sat, 3 Oct 2015 19:45:16 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 77BE11CEB78 for ; Sat, 3 Oct 2015 19:45:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 702D888265 for ; Sat, 3 Oct 2015 19:45:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 65c1AbLX5jrN for ; Sat, 3 Oct 2015 19:45:12 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail.free-electrons.com (down.free-electrons.com [37.187.137.238]) by whitealder.osuosl.org (Postfix) with ESMTP id E28AD8ADF2 for ; Sat, 3 Oct 2015 19:44:57 +0000 (UTC) Received: by mail.free-electrons.com (Postfix, from userid 110) id BDB9B346; Sat, 3 Oct 2015 21:44:56 +0200 (CEST) Received: from localhost (LPoitiers-656-1-204-92.w80-11.abo.wanadoo.fr [80.11.219.92]) by mail.free-electrons.com (Postfix) with ESMTPSA id 1FD25323; Sat, 3 Oct 2015 21:44:50 +0200 (CEST) From: Thomas Petazzoni To: buildroot@uclibc.org Date: Sat, 3 Oct 2015 20:44:17 +0100 Message-Id: <1443901457-7914-8-git-send-email-thomas.petazzoni@free-electrons.com> X-Mailer: git-send-email 2.6.0 In-Reply-To: <1443901457-7914-1-git-send-email-thomas.petazzoni@free-electrons.com> References: <1443901457-7914-1-git-send-email-thomas.petazzoni@free-electrons.com> Cc: Thomas Petazzoni Subject: [Buildroot] [PATCH 7/7] configs: remove old/broken Atmel configurations X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" The at91rm9200df_defconfig configuration is really old: it builds a 2.6.38 kernel with the old days kernel patches and a 2010.06 U-Boot. It hasn't been updated since a long time, so let's get rid of it. The at91sam9260dfc_defconfig, at91sam9261ek_defconfig and at91sam9263ek_defconfig refer to kernel defconfigs that no longer exists, so they fail to build. Cc: Alexandre Belloni Signed-off-by: Thomas Petazzoni --- configs/at91rm9200df_defconfig | 30 ------------------------------ configs/at91sam9260dfc_defconfig | 19 ------------------- configs/at91sam9261ek_defconfig | 19 ------------------- configs/at91sam9263ek_defconfig | 19 ------------------- 4 files changed, 87 deletions(-) delete mode 100644 configs/at91rm9200df_defconfig delete mode 100644 configs/at91sam9260dfc_defconfig delete mode 100644 configs/at91sam9261ek_defconfig delete mode 100644 configs/at91sam9263ek_defconfig diff --git a/configs/at91rm9200df_defconfig b/configs/at91rm9200df_defconfig deleted file mode 100644 index 5994f43..0000000 --- a/configs/at91rm9200df_defconfig +++ /dev/null @@ -1,30 +0,0 @@ -# Architecture -BR2_arm=y -BR2_arm920t=y - -# Filesystem -BR2_TARGET_ROOTFS_JFFS2=y -BR2_TARGET_ROOTFS_JFFS2_DATAFLASH_1056=y -BR2_TARGET_ROOTFS_JFFS2_PAGESIZE=0x420 -BR2_TARGET_ROOTFS_JFFS2_EBSIZE=0x2100 -BR2_TARGET_ROOTFS_JFFS2_NOCLEANMARKER=y -BR2_TARGET_ROOTFS_JFFS2_LE=y - -# Lock down headers to avoid breaking with new defaults -BR2_KERNEL_HEADERS_VERSION=y -BR2_DEFAULT_KERNEL_VERSION="2.6.38.8" -BR2_DEFAULT_KERNEL_HEADERS="2.6.38.8" - -# Bootloader -BR2_TARGET_UBOOT=y -BR2_TARGET_UBOOT_BOARDNAME="at91rm9200ek" -BR2_TARGET_UBOOT_CUSTOM_VERSION=y -BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2010.06" - -# 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="at91rm9200ek" diff --git a/configs/at91sam9260dfc_defconfig b/configs/at91sam9260dfc_defconfig deleted file mode 100644 index 20389f3..0000000 --- a/configs/at91sam9260dfc_defconfig +++ /dev/null @@ -1,19 +0,0 @@ -# Architecture -BR2_arm=y -BR2_arm926t=y - -# Host utilities -# -BR2_PACKAGE_HOST_SAM_BA=y - -# First stage bootloader -BR2_TARGET_AT91BOOTSTRAP=y -BR2_TARGET_AT91BOOTSTRAP_BOARD="at91sam9260ek" - -# Second stage bootloader -BR2_TARGET_UBOOT=y -BR2_TARGET_UBOOT_BOARDNAME="at91sam9260ek_dataflash_cs0" - -# Kernel -BR2_LINUX_KERNEL=y -BR2_LINUX_KERNEL_DEFCONFIG="at91sam9260_9g20" diff --git a/configs/at91sam9261ek_defconfig b/configs/at91sam9261ek_defconfig deleted file mode 100644 index 0824a00..0000000 --- a/configs/at91sam9261ek_defconfig +++ /dev/null @@ -1,19 +0,0 @@ -# Architecture -BR2_arm=y -BR2_arm926t=y - -# Host utilities -# -BR2_PACKAGE_HOST_SAM_BA=y - -# First stage bootloader -BR2_TARGET_AT91BOOTSTRAP=y -BR2_TARGET_AT91BOOTSTRAP_BOARD="at91sam9261ek" - -# Second stage bootloader -BR2_TARGET_UBOOT=y -BR2_TARGET_UBOOT_BOARDNAME="at91sam9261ek_dataflash_cs0" - -# Kernel -BR2_LINUX_KERNEL=y -BR2_LINUX_KERNEL_DEFCONFIG="at91sam9261_9g10" diff --git a/configs/at91sam9263ek_defconfig b/configs/at91sam9263ek_defconfig deleted file mode 100644 index 208e057..0000000 --- a/configs/at91sam9263ek_defconfig +++ /dev/null @@ -1,19 +0,0 @@ -# Architecture -BR2_arm=y -BR2_arm926t=y - -# Host utilities -# -BR2_PACKAGE_HOST_SAM_BA=y - -# First stage bootloader -BR2_TARGET_AT91BOOTSTRAP=y -BR2_TARGET_AT91BOOTSTRAP_BOARD="at91sam9263ek" - -# Second stage bootloader -BR2_TARGET_UBOOT=y -BR2_TARGET_UBOOT_BOARDNAME="at91sam9263ek_dataflash_cs0" - -# Kernel -BR2_LINUX_KERNEL=y -BR2_LINUX_KERNEL_DEFCONFIG="at91sam9263"