From patchwork Sun Apr 15 09:22:48 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Korsgaard X-Patchwork-Id: 152597 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 3CDF6B6FFC for ; Sun, 15 Apr 2012 22:04:06 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 99054A014B; Sun, 15 Apr 2012 12:04:04 +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 F5sxO+N3K+L4; Sun, 15 Apr 2012 12:04:03 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 20F30A0254; Sun, 15 Apr 2012 12:04:03 +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 B1D918F78E for ; Sun, 15 Apr 2012 12:04:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id A774A8C96F for ; Sun, 15 Apr 2012 12:04:00 +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 Ii059M2v-siZ for ; Sun, 15 Apr 2012 12:03:59 +0000 (UTC) Received: from busybox.osuosl.org (busybox.osuosl.org [140.211.167.224]) by whitealder.osuosl.org (Postfix) with ESMTP id 74C308C295 for ; Sun, 15 Apr 2012 12:03:58 +0000 (UTC) Received: by busybox.osuosl.org (Postfix, from userid 4021) id 409D996ABF; Sun, 15 Apr 2012 12:03:58 +0000 (UTC) From: Peter Korsgaard To: buildroot@busybox.net Date: Sun, 15 Apr 2012 11:22:48 +0200 X-Git-Refname: refs/heads/master X-Git-Oldrev: b4a8ae3e8cc9f5a7b0b4b6f7004c51e661dcc456 X-Git-Newrev: 9eee902c010f8bd464e66b32ff073b5e8c66fb09 X-Patchwork-Hint: ignore Message-Id: <20120415120358.409D996ABF@busybox.osuosl.org> Subject: [Buildroot] [git commit] 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 commit: http://git.buildroot.net/buildroot/commit/?id=9eee902c010f8bd464e66b32ff073b5e8c66fb09 branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master [Peter: also add to 9g0dfc] Signed-off-by: Alexandre Belloni Acked-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- configs/at91sam9260dfc_defconfig | 4 ++++ configs/at91sam9261ek_defconfig | 4 ++++ configs/at91sam9263ek_defconfig | 4 ++++ configs/at91sam9g20dfc_defconfig | 4 ++++ 4 files changed, 16 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..aafb166 100644 --- a/configs/at91sam9261ek_defconfig +++ b/configs/at91sam9261ek_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="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" diff --git a/configs/at91sam9g20dfc_defconfig b/configs/at91sam9g20dfc_defconfig index 4a4b09c..723b9e1 100644 --- a/configs/at91sam9g20dfc_defconfig +++ b/configs/at91sam9g20dfc_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="at91sam9g20ek"