From patchwork Thu Oct 25 22:15:33 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandre Belloni X-Patchwork-Id: 194405 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 8C2B92C0091 for ; Fri, 26 Oct 2012 20:22:56 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id E1A5D3122C; Fri, 26 Oct 2012 09:22:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VOhYAxu20Pzw; Fri, 26 Oct 2012 09:22:48 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 17A0E31219; Fri, 26 Oct 2012 09:22:36 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id EBCFB8F74A for ; Fri, 26 Oct 2012 09:22:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 7F5188D467 for ; Fri, 26 Oct 2012 09:22:25 +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 4HQCKlGoEqHI for ; Fri, 26 Oct 2012 09:22:24 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from glau.bulix.org (glau.bulix.org [91.121.137.100]) by whitealder.osuosl.org (Postfix) with ESMTPS id B14D88D419 for ; Fri, 26 Oct 2012 09:22:24 +0000 (UTC) Received: from alex by glau.bulix.org with local (Exim 4.77) (envelope-from ) id 1TRfqA-00070n-It for buildroot@busybox.net; Fri, 26 Oct 2012 11:04:30 +0200 Resent-From: Alexandre Belloni Resent-Date: Fri, 26 Oct 2012 02:04:30 -0700 Resent-Message-ID: <20121026090430.GD26928@piout.net> Resent-To: buildroot@busybox.net Received: from 128-79-216-144.hfc.dyn.abo.bbox.fr ([128.79.216.144] helo=narya.piout.net) by glau.bulix.org with esmtp (Exim 4.77) (envelope-from ) id 1TRVjc-0004BH-Sb for alexandre.belloni@piout.net; Fri, 26 Oct 2012 00:17:10 +0200 Received: by narya.piout.net (Postfix, from userid 1000) id 68848C4229; Fri, 26 Oct 2012 00:15:52 +0200 (CEST) From: Alexandre Belloni To: buildroot@busybox.net Date: Fri, 26 Oct 2012 00:15:33 +0200 Message-Id: <1351203333-26588-4-git-send-email-alexandre.belloni@piout.net> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1351203333-26588-1-git-send-email-alexandre.belloni@piout.net> References: <1351203333-26588-1-git-send-email-alexandre.belloni@piout.net> X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: alex@piout.net X-SA-Exim-Scanned: No (on glau.bulix.org); SAEximRunCond expanded to false Subject: [Buildroot] [PATCH 3/3] at91sam92*: update defconfigs to use latest u-boot X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 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-bounces@busybox.net Signed-off-by: Alexandre Belloni --- configs/at91sam9260dfc_defconfig | 6 ------ configs/at91sam9261ek_defconfig | 6 ------ configs/at91sam9263ek_defconfig | 6 ------ 3 files changed, 18 deletions(-) diff --git a/configs/at91sam9260dfc_defconfig b/configs/at91sam9260dfc_defconfig index 921afa8..085997a 100644 --- a/configs/at91sam9260dfc_defconfig +++ b/configs/at91sam9260dfc_defconfig @@ -9,17 +9,11 @@ BR2_PACKAGE_HOST_SAM_BA=y # First stage bootloader BR2_TARGET_AT91BOOTSTRAP=y BR2_TARGET_AT91BOOTSTRAP_BOARD="at91sam9260ek" -BR2_TARGET_AT91BOOTSTRAP_DATAFLASH=y # Second stage bootloader BR2_TARGET_UBOOT=y BR2_TARGET_UBOOT_BOARDNAME="at91sam9260ek_dataflash_cs0" -BR2_TARGET_UBOOT_2011_12=y # Kernel BR2_LINUX_KERNEL=y -BR2_LINUX_KERNEL_USE_DEFCONFIG=y BR2_LINUX_KERNEL_DEFCONFIG="at91sam9260" - -# Filesystem -BR2_TARGET_ROOTFS_TAR=y diff --git a/configs/at91sam9261ek_defconfig b/configs/at91sam9261ek_defconfig index aafb166..c53e732 100644 --- a/configs/at91sam9261ek_defconfig +++ b/configs/at91sam9261ek_defconfig @@ -9,17 +9,11 @@ BR2_PACKAGE_HOST_SAM_BA=y # First stage bootloader BR2_TARGET_AT91BOOTSTRAP=y BR2_TARGET_AT91BOOTSTRAP_BOARD="at91sam9261ek" -BR2_TARGET_AT91BOOTSTRAP_DATAFLASH=y # Second stage bootloader BR2_TARGET_UBOOT=y BR2_TARGET_UBOOT_BOARDNAME="at91sam9261ek_dataflash_cs0" -BR2_TARGET_UBOOT_2011_12=y # Kernel BR2_LINUX_KERNEL=y -BR2_LINUX_KERNEL_USE_DEFCONFIG=y BR2_LINUX_KERNEL_DEFCONFIG="at91sam9261" - -# Filesystem -BR2_TARGET_ROOTFS_TAR=y diff --git a/configs/at91sam9263ek_defconfig b/configs/at91sam9263ek_defconfig index 2cd82c0..208e057 100644 --- a/configs/at91sam9263ek_defconfig +++ b/configs/at91sam9263ek_defconfig @@ -9,17 +9,11 @@ BR2_PACKAGE_HOST_SAM_BA=y # First stage bootloader BR2_TARGET_AT91BOOTSTRAP=y BR2_TARGET_AT91BOOTSTRAP_BOARD="at91sam9263ek" -BR2_TARGET_AT91BOOTSTRAP_DATAFLASH=y # Second stage bootloader BR2_TARGET_UBOOT=y BR2_TARGET_UBOOT_BOARDNAME="at91sam9263ek_dataflash_cs0" -BR2_TARGET_UBOOT_2011_12=y # Kernel BR2_LINUX_KERNEL=y -BR2_LINUX_KERNEL_USE_DEFCONFIG=y BR2_LINUX_KERNEL_DEFCONFIG="at91sam9263" - -# Filesystem -BR2_TARGET_ROOTFS_TAR=y