From patchwork Tue May 14 19:18:40 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anders Darander X-Patchwork-Id: 243808 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 C6D162C009C for ; Wed, 15 May 2013 05:19:57 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 7567031BD6; Tue, 14 May 2013 19:19:56 +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 mxrlqyZB5rCa; Tue, 14 May 2013 19:19:50 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 672D431C27; Tue, 14 May 2013 19:18:48 +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 0E6188F7A0 for ; Tue, 14 May 2013 19:18:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id C13658B1E1 for ; Tue, 14 May 2013 19:18:47 +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 NsmE+g2NhIp9 for ; Tue, 14 May 2013 19:18:46 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from stoexhubfe01.domain01.net (STOEXHUBFE01.domain01.net [83.145.59.140]) by whitealder.osuosl.org (Postfix) with ESMTPS id E162D845A0 for ; Tue, 14 May 2013 19:18:45 +0000 (UTC) Received: from localhost (2.68.78.119) by stoexhubfe01.domain01.net (10.12.10.6) with Microsoft SMTP Server id 8.3.279.1; Tue, 14 May 2013 21:18:40 +0200 From: Anders Darander To: Date: Tue, 14 May 2013 21:18:40 +0200 Message-ID: <1368559122-9027-4-git-send-email-anders@chargestorm.se> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1368559122-9027-1-git-send-email-anders@chargestorm.se> References: <1368559122-9027-1-git-send-email-anders@chargestorm.se> MIME-Version: 1.0 X-GFI-SMTP-Submission: 1 Cc: Anders Darander Subject: [Buildroot] [PATCH v3 3/4] beaglebone: add am33x-cm3 to the build 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: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Add the FW needed for the Cortex M3 on the beaglebone. This is required for a working power management. Signed-off-by: Anders Darander --- configs/beaglebone_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/beaglebone_defconfig b/configs/beaglebone_defconfig index 38a63a1..a141320 100644 --- a/configs/beaglebone_defconfig +++ b/configs/beaglebone_defconfig @@ -11,6 +11,7 @@ BR2_TARGET_GENERIC_GETTY_PORT="ttyO0" # BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW is not set # filesystem +BR2_PACKAGE_AM33X_CM3=y BR2_TARGET_ROOTFS_EXT2=y # BR2_TARGET_ROOTFS_TAR is not set