From patchwork Mon Feb 4 22:26:12 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandre Belloni X-Patchwork-Id: 218099 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 79C2C2C02B4 for ; Tue, 5 Feb 2013 09:33:44 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 3397389653; Mon, 4 Feb 2013 22:33:42 +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 vPuudEfdJnBP; Mon, 4 Feb 2013 22:33:32 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id A2AE98A5F7; Mon, 4 Feb 2013 22:32:59 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id A0E0B8F7A0 for ; Mon, 4 Feb 2013 22:33:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id C9B4BA01A6 for ; Mon, 4 Feb 2013 22:32:58 +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 XBphayBebgmZ for ; Mon, 4 Feb 2013 22:32:57 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from narya.piout.net (128-79-216-144.hfc.dyn.abo.bbox.fr [128.79.216.144]) by hemlock.osuosl.org (Postfix) with ESMTP id 950F5A01A0 for ; Mon, 4 Feb 2013 22:32:56 +0000 (UTC) Received: from localhost (gestionbbox.lan [128.79.216.144]) by narya.piout.net (Postfix) with ESMTPSA id 9B12CC0775; Mon, 4 Feb 2013 23:24:36 +0100 (CET) From: Alexandre Belloni To: buildroot@uclibc.org Date: Mon, 4 Feb 2013 23:26:12 +0100 Message-Id: <1360016773-8691-1-git-send-email-alexandre.belloni@piout.net> X-Mailer: git-send-email 1.7.10.4 Subject: [Buildroot] [PATCH 1/2] Add defconfig for ATMEL at91sam9g45m10ek board 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/at91sam9g45m10ek_defconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 configs/at91sam9g45m10ek_defconfig diff --git a/configs/at91sam9g45m10ek_defconfig b/configs/at91sam9g45m10ek_defconfig new file mode 100644 index 0000000..c958859 --- /dev/null +++ b/configs/at91sam9g45m10ek_defconfig @@ -0,0 +1,9 @@ +BR2_arm=y +BR2_arm926t=y +BR2_PACKAGE_HOST_SAM_BA=y +BR2_TARGET_AT91BOOTSTRAP=y +BR2_TARGET_AT91BOOTSTRAP_BOARD="at91sam9m10g45ek" +BR2_TARGET_UBOOT=y +BR2_TARGET_UBOOT_BOARDNAME="at91sam9m10g45ek_nandflash" +BR2_LINUX_KERNEL=y +BR2_LINUX_KERNEL_DEFCONFIG="at91sam9g45"