From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 95777E00799; Tue, 12 Aug 2014 08:14:25 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no * trust * [206.46.173.25 listed in list.dnswl.org] Received: from vms173025pub.verizon.net (vms173025pub.verizon.net [206.46.173.25]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 72FDFE00796 for ; Tue, 12 Aug 2014 08:14:20 -0700 (PDT) Received: from gandalf.denix.org ([unknown] [108.18.33.160]) by vms173025.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0NA700IDS8Z8A660@vms173025.mailsrvcs.net> for meta-ti@yoctoproject.org; Tue, 12 Aug 2014 10:13:57 -0500 (CDT) Received: from localhost.localdomain (elrond [192.168.0.7]) by gandalf.denix.org (Postfix) with ESMTP id 8EDF32010D; Tue, 12 Aug 2014 11:13:56 -0400 (EDT) From: Denys Dmytriyenko To: meta-ti@yoctoproject.org Date: Tue, 12 Aug 2014 11:13:51 -0400 Message-id: <1407856431-12867-1-git-send-email-denis@denix.org> X-Mailer: git-send-email 2.0.4 Subject: [PATCH] beaglebone.conf: use correct UBOOT_MACHINE X-BeenThere: meta-ti@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-ti layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Aug 2014 15:14:25 -0000 From: Denys Dmytriyenko Previous patch introduced a typo, the correct name is am335x_boneblack_config. Thanks to Diego Sueiro for spotting it. Signed-off-by: Denys Dmytriyenko --- conf/machine/beaglebone.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/beaglebone.conf b/conf/machine/beaglebone.conf index 0b4dce3..8a7e52a 100644 --- a/conf/machine/beaglebone.conf +++ b/conf/machine/beaglebone.conf @@ -11,4 +11,4 @@ IMAGE_FSTYPES += "tar.gz" SERIAL_CONSOLE = "115200 ttyO0" -UBOOT_MACHINE = "am335x_boneblack" +UBOOT_MACHINE = "am335x_boneblack_config" -- 2.0.4