From patchwork Wed Apr 11 13:06:50 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandre Belloni X-Patchwork-Id: 151775 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id E8D74B703A for ; Wed, 11 Apr 2012 23:14:38 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 65F891014D4; Wed, 11 Apr 2012 13:14:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id x0TEeHlB25Mf; Wed, 11 Apr 2012 13:14:35 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 9C37D100DD1; Wed, 11 Apr 2012 13:14:35 +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 07C018F753 for ; Wed, 11 Apr 2012 13:14:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id ECDD98D055 for ; Wed, 11 Apr 2012 13:14:34 +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 i3CkDzihG7eL for ; Wed, 11 Apr 2012 13:14:33 +0000 (UTC) X-Greylist: delayed 00:07:21 by SQLgrey-1.7.6 Received: from narya.piout.net (89-159-209-159.rev.numericable.fr [89.159.209.159]) by whitealder.osuosl.org (Postfix) with ESMTP id 76F2D8CE79 for ; Wed, 11 Apr 2012 13:14:33 +0000 (UTC) Received: by narya.piout.net (Postfix, from userid 1000) id E28BBC3E76; Wed, 11 Apr 2012 15:06:56 +0200 (CEST) From: Alexandre Belloni To: buildroot@busybox.net Date: Wed, 11 Apr 2012 15:06:50 +0200 Message-Id: <1334149610-989-1-git-send-email-alexandre.belloni@piout.net> X-Mailer: git-send-email 1.7.5.4 Subject: [Buildroot] [PATCH] Add sam-ba to at91sam926*_defconfig 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 Acked-by: Thomas Petazzoni --- configs/at91sam9260dfc_defconfig | 4 ++++ configs/at91sam9261ek_defconfig | 5 +++++ configs/at91sam9263ek_defconfig | 4 ++++ 3 files changed, 13 insertions(+), 0 deletions(-) diff --git a/configs/at91sam9260dfc_defconfig b/configs/at91sam9260dfc_defconfig index 3cd58ac..921afa8 100644 --- a/configs/at91sam9260dfc_defconfig +++ b/configs/at91sam9260dfc_defconfig @@ -2,6 +2,10 @@ 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" diff --git a/configs/at91sam9261ek_defconfig b/configs/at91sam9261ek_defconfig index 73edd89..b801bbe 100644 --- a/configs/at91sam9261ek_defconfig +++ b/configs/at91sam9261ek_defconfig @@ -2,6 +2,11 @@ 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" diff --git a/configs/at91sam9263ek_defconfig b/configs/at91sam9263ek_defconfig index e4a44f1..2cd82c0 100644 --- a/configs/at91sam9263ek_defconfig +++ b/configs/at91sam9263ek_defconfig @@ -2,6 +2,10 @@ 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"