From patchwork Wed Mar 13 14:20:16 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Rini X-Patchwork-Id: 227299 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 DA99D2C00A5 for ; Thu, 14 Mar 2013 01:20:43 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 57E744A1B5; Wed, 13 Mar 2013 15:20:42 +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 K712Y6Xq7mH2; Wed, 13 Mar 2013 15:20:42 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5D70D4A1BF; Wed, 13 Mar 2013 15:20:36 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 451984A1B1 for ; Wed, 13 Mar 2013 15:20:33 +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 dVKqGQoGy9bg for ; Wed, 13 Mar 2013 15:20:32 +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-gg0-f171.google.com (mail-gg0-f171.google.com [209.85.161.171]) by theia.denx.de (Postfix) with ESMTPS id E62E34A1A7 for ; Wed, 13 Mar 2013 15:20:30 +0100 (CET) Received: by mail-gg0-f171.google.com with SMTP id j1so169400ggn.2 for ; Wed, 13 Mar 2013 07:20:29 -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=xQX2rSHnz5dEq5yQ5OoowwFj96zkQvKrmWEPnlVSeiE=; b=kPV4t0ZZf5X81KwLmceEDUlQm4G7oKkL4IdsuHA3ES7UsnmB8HWxro8fiFLLD1Quen Vfn+U2lIVpxiEGojvdyWmMK0AfDfHSapr/jK8jrjiUKP5907D+56J1Ohkg8qLWgwdBw7 Bfezdi8WnGc7ICUruIG6Hc5IHKalwhnhAX7EU1bxU8GH4ktDZ3Wmesavi2Zxex5Mpuv3 jRWaOgu5E8y40Eo8rBkCphkW86kH3xcJXka4GHvPIN0ey3DqI5NR0iaYPQlkpnkqC35h KMLIYItEY9dR+V6AAJyAejZ5x1j5CrYMfUOVsGeLJ5l7T3Fb7zF2j+cwn9oJaRhGL8n6 5RHA== X-Received: by 10.236.81.7 with SMTP id l7mr11944376yhe.112.1363184429239; Wed, 13 Mar 2013 07:20:29 -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 d3sm35624414yhh.25.2013.03.13.07.20.26 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 13 Mar 2013 07:20:27 -0700 (PDT) From: Tom Rini To: u-boot@lists.denx.de Date: Wed, 13 Mar 2013 10:20:16 -0400 Message-Id: <1363184418-23957-2-git-send-email-trini@ti.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1363184418-23957-1-git-send-email-trini@ti.com> References: <1363184418-23957-1-git-send-email-trini@ti.com> Cc: Koen Kooi Subject: [U-Boot] [PATCH v2 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 Signed-off-by: Koen Kooi Acked-by: Peter Korsgaard --- 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..abf4e39 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-bonelt.dtb; fi; " \ "if test $board_name = A33515BB; then " \ "setenv fdtfile am335x-evm.dtb; fi; " \ "if test $board_name = A335X_SK; then " \