From patchwork Thu Mar 14 15:55:19 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Rini X-Patchwork-Id: 227723 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 8B8DE2C00B2 for ; Fri, 15 Mar 2013 02:55:55 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id DC4134A212; Thu, 14 Mar 2013 16:55:52 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Xmg13TkF27yJ; Thu, 14 Mar 2013 16:55:52 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 7D8AE4A1AF; Thu, 14 Mar 2013 16:55:42 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4C3C44A196 for ; Thu, 14 Mar 2013 16:55:35 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id J00aLUzKTa4K for ; Thu, 14 Mar 2013 16:55:34 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-yh0-f52.google.com (mail-yh0-f52.google.com [209.85.213.52]) by theia.denx.de (Postfix) with ESMTPS id 553884A195 for ; Thu, 14 Mar 2013 16:55:32 +0100 (CET) Received: by mail-yh0-f52.google.com with SMTP id q46so403540yhf.25 for ; Thu, 14 Mar 2013 08:55:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references; bh=9LBnDGCv4KoqfefYan4GUFT5c3jvZwQHQBAGZckCCpc=; b=HiFfxMlJ7mgZR4qqFjhmkPB+nSkwU3kRum4w7UKtr/z+09AV2BuWE11ewozLBeImlX iRht348Cvu3ueyMREdNHs+FiKnFpK+SojLVrvGdeIXiAyhdG/vZCHQLFT1rkGkWJfbUK 4wOOFYcelmOk5sx34Ns1rXuIMkx5uCA9kF7xASuZg8BnOusm3rv718g90zoonvf3fsBh bmhemAzSKzHBL1TUTaauHn//EpzYUkesEDACtJkIizbLpIGbqKgPn6nG9buPFvpLfV3/ x5UTxPv2eFKXQr3gpOBefgIpv+GST1ZlzpFfBV5G/Zl/mnUjcZr/dn/udE9IxgYe9nRj fTeA== X-Received: by 10.236.112.77 with SMTP id x53mr3550764yhg.175.1363276531994; Thu, 14 Mar 2013 08:55:31 -0700 (PDT) Received: from localhost.localdomain (cpe-065-184-250-089.ec.res.rr.com. [65.184.250.89]) by mx.google.com with ESMTPS id g69sm5291272yhh.17.2013.03.14.08.55.29 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 14 Mar 2013 08:55:30 -0700 (PDT) From: Tom Rini To: u-boot@lists.denx.de Date: Thu, 14 Mar 2013 11:55:19 -0400 Message-Id: <1363276521-11283-2-git-send-email-trini@ti.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1363276521-11283-1-git-send-email-trini@ti.com> References: <1363276521-11283-1-git-send-email-trini@ti.com> Cc: Koen Kooi , Matt Porter Subject: [U-Boot] [PATCH v3 1/3] am335x_evm: add support for BeagleBone Black DT name X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de From: Koen Kooi Cc: Matt Porter Cc: Nishanth Menon Signed-off-by: Koen Kooi Signed-off-by: Tom Rini Acked-by: Matt Porter Acked-by: Peter Korsgaard Acked-by: Nishanth Menon --- include/configs/am335x_evm.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index 33ee2c4..377a3c5 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h @@ -87,6 +87,8 @@ "findfdt="\ "if test $board_name = A335BONE; then " \ "setenv fdtfile am335x-bone.dtb; fi; " \ + "if test $board_name = A335BNLT; then " \ + "setenv fdtfile am335x-boneblack.dtb; fi; " \ "if test $board_name = A33515BB; then " \ "setenv fdtfile am335x-evm.dtb; fi; " \ "if test $board_name = A335X_SK; then " \