From patchwork Fri Feb 8 14:31:31 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Koen Kooi X-Patchwork-Id: 219162 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 5039D2C008D for ; Sat, 9 Feb 2013 01:37:14 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id E0CB64A096; Fri, 8 Feb 2013 15:37:10 +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 ac3HAgbGTyqx; Fri, 8 Feb 2013 15:37:10 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 71D434A098; Fri, 8 Feb 2013 15:37:08 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 7D2BF4A098 for ; Fri, 8 Feb 2013 15:37:04 +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 3H3IlVW872Mc for ; Fri, 8 Feb 2013 15:37:02 +0100 (CET) X-Greylist: delayed 322 seconds by postgrey-1.27 at theia; Fri, 08 Feb 2013 15:37:01 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-ee0-f53.google.com (mail-ee0-f53.google.com [74.125.83.53]) by theia.denx.de (Postfix) with ESMTPS id 5267C4A096 for ; Fri, 8 Feb 2013 15:37:01 +0100 (CET) Received: by mail-ee0-f53.google.com with SMTP id e53so2082510eek.40 for ; Fri, 08 Feb 2013 06:37:00 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references:x-gm-message-state; bh=yW01oDEYbp7/XJnGOakTSSEM1K86j8oJwBKYaJjjBLI=; b=FD/pdhQLmqFJVdMulwNXbqF3RjI4AvgpyBnUmyTbwfc7swVh9bqfdJMOfXsqlffcGK CmYoDTLb+BDzmuI5a6ruQQqIIK3ehFHLbR+cwVX1YcsH4ooXaeYI/t4qEPPfycZc0fp7 sXmLDDgq9ykLu8pkO5uhd+Y5g9yW8jVlgM9dBWdj8Le2fablEWLQ0haEQUe2qTZ1psYu ccR7YV2PmwAXt1kXzPWiqafIRlYBPwKwsGp8uHL3GQOPOZyYdmn1c/BfvdNPHX4+jmLY kpYCUYoRTwEMeI2GUoBfW1WNzEl5TG+bNZEKejJnGWOHvVHEv5rz24gcIcPiDRr9dTxa HTUw== X-Received: by 10.14.174.197 with SMTP id x45mr16604098eel.5.1360333899223; Fri, 08 Feb 2013 06:31:39 -0800 (PST) Received: from localhost.localdomain (ip4da2a5ae.direct-adsl.nl. [77.162.165.174]) by mx.google.com with ESMTPS id l8sm13592398een.10.2013.02.08.06.31.37 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 08 Feb 2013 06:31:38 -0800 (PST) From: Koen Kooi To: u-boot@lists.denx.de Date: Fri, 8 Feb 2013 15:31:31 +0100 Message-Id: <1360333891-30520-2-git-send-email-koen@dominion.thruhere.net> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1360333891-30520-1-git-send-email-koen@dominion.thruhere.net> References: <1360333891-30520-1-git-send-email-koen@dominion.thruhere.net> X-Gm-Message-State: ALoCoQnIy1VVbA2Bk5xQGNEkmz8qULmnZFCm+ZfsUvGPzXUtleh+NDQZZVq963SLYlbnQh/meoEj Cc: trini@ti.com, Koen Kooi Subject: [U-Boot] [PATCH 2/2] 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 Signed-off-by: Koen Kooi --- 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 2190a7d..951422c 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h @@ -86,6 +86,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 " \