From patchwork Mon Feb 27 20:52:53 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Glass X-Patchwork-Id: 143282 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 611E9B6FD9 for ; Tue, 28 Feb 2012 07:55:43 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 9012B28392; Mon, 27 Feb 2012 21:55:13 +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 c-HMXXgW7eZq; Mon, 27 Feb 2012 21:55:13 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0FE5B28393; Mon, 27 Feb 2012 21:53:59 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 3CBC028320 for ; Mon, 27 Feb 2012 21:53:32 +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 arp+6QVI5664 for ; Mon, 27 Feb 2012 21:53:31 +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-yw0-f74.google.com (mail-yw0-f74.google.com [209.85.213.74]) by theia.denx.de (Postfix) with ESMTPS id A0DE12833D for ; Mon, 27 Feb 2012 21:53:25 +0100 (CET) Received: by yhgm50 with SMTP id m50so311857yhg.3 for ; Mon, 27 Feb 2012 12:53:24 -0800 (PST) Received-SPF: pass (google.com: domain of sjg@google.com designates 10.236.184.135 as permitted sender) client-ip=10.236.184.135; Authentication-Results: mr.google.com; spf=pass (google.com: domain of sjg@google.com designates 10.236.184.135 as permitted sender) smtp.mail=sjg@google.com Received: from mr.google.com ([10.236.184.135]) by 10.236.184.135 with SMTP id s7mr22413567yhm.9.1330376004022 (num_hops = 1); Mon, 27 Feb 2012 12:53:24 -0800 (PST) Received: by 10.236.184.135 with SMTP id s7mr14563903yhm.9.1330376004009; Mon, 27 Feb 2012 12:53:24 -0800 (PST) MIME-Version: 1.0 Received: by 10.236.184.135 with SMTP id s7mr14563870yhm.9.1330376003938; Mon, 27 Feb 2012 12:53:23 -0800 (PST) Received: from wpzn3.hot.corp.google.com (216-239-44-65.google.com [216.239.44.65]) by gmr-mx.google.com with ESMTPS id f16si4531807ann.3.2012.02.27.12.53.23 (version=TLSv1/SSLv3 cipher=AES128-SHA); Mon, 27 Feb 2012 12:53:23 -0800 (PST) Received: from sglass.mtv.corp.google.com (sglass.mtv.corp.google.com [172.22.72.144]) by wpzn3.hot.corp.google.com (Postfix) with ESMTP id CEF2710005F; Mon, 27 Feb 2012 12:53:23 -0800 (PST) Received: by sglass.mtv.corp.google.com (Postfix, from userid 121222) id B0CC51412D6; Mon, 27 Feb 2012 12:53:23 -0800 (PST) From: Simon Glass To: U-Boot Mailing List Date: Mon, 27 Feb 2012 12:52:53 -0800 Message-Id: <1330375973-10681-21-git-send-email-sjg@chromium.org> X-Mailer: git-send-email 1.7.7.3 In-Reply-To: <1330375973-10681-1-git-send-email-sjg@chromium.org> References: <1330375973-10681-1-git-send-email-sjg@chromium.org> X-Gm-Message-State: ALoCoQnroMinLeWiu5iZIY6++sOsZlANbt7/e6/+8ZpOM5LGSukur/ZoPZKZpb/t3AP6FOlCd5IUI0pzpDV5juLk3SFC7DIPZKML0qmhcQbVc7IEF9R70SsmxuwosePILFVnOOouodYM13Ov6RNvXQUjG2oe4z70+vEvGb+rwbiBuMfuKGS0/AI= Cc: Devicetree Discuss , Jerry Van Baren , Tom Warren , linux-tegra@vger.kernel.org Subject: [U-Boot] [PATCH v6 20/20] tegra: fdt: Enable FDT support for Seaboard 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: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de This switches Seaboard over to use FDT for run-time config instead of CONFIG options. USB is the only user at present. Signed-off-by: Simon Glass --- Changes in v3: - Drop Tegra USB alignment patch as we will deal with this another way Changes in v6: - Drop fdt alignment patch as we will handle this after generic reloc include/configs/seaboard.h | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h index b6d9f7a..1dc775a 100644 --- a/include/configs/seaboard.h +++ b/include/configs/seaboard.h @@ -27,6 +27,11 @@ #include #include "tegra2-common.h" +/* Enable fdt support for Seaboard. Flash the image in u-boot-dtb.bin */ +#define CONFIG_DEFAULT_DEVICE_TREE tegra2-seaboard +#define CONFIG_OF_CONTROL +#define CONFIG_OF_SEPARATE + /* High-level configuration options */ #define TEGRA2_SYSMEM "mem=384M@0M nvmem=128M@384M mem=512M@512M" #define V_PROMPT "Tegra2 (SeaBoard) # "