From patchwork Thu Feb 16 14:49:15 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Glass X-Patchwork-Id: 141606 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id CD662B6ED0 for ; Fri, 17 Feb 2012 01:49:40 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752564Ab2BPOtj (ORCPT ); Thu, 16 Feb 2012 09:49:39 -0500 Received: from mail-gx0-f202.google.com ([209.85.161.202]:55509 "EHLO mail-gx0-f202.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752611Ab2BPOti (ORCPT ); Thu, 16 Feb 2012 09:49:38 -0500 Received: by ggnp1 with SMTP id p1so285630ggn.1 for ; Thu, 16 Feb 2012 06:49:38 -0800 (PST) Received: by 10.101.2.21 with SMTP id e21mr1292004ani.18.1329403778223; Thu, 16 Feb 2012 06:49:38 -0800 (PST) MIME-Version: 1.0 Received: by 10.101.2.21 with SMTP id e21mr1291965ani.18.1329403777987; Thu, 16 Feb 2012 06:49:37 -0800 (PST) Received: from wpzn4.hot.corp.google.com (216-239-44-65.google.com [216.239.44.65]) by gmr-mx.google.com with ESMTPS id g49si3047243yhe.6.2012.02.16.06.49.37 (version=TLSv1/SSLv3 cipher=AES128-SHA); Thu, 16 Feb 2012 06:49:37 -0800 (PST) Received: from sglass.mtv.corp.google.com (sglass.mtv.corp.google.com [172.22.72.144]) by wpzn4.hot.corp.google.com (Postfix) with ESMTP id DC5D01E004D; Thu, 16 Feb 2012 06:49:37 -0800 (PST) Received: by sglass.mtv.corp.google.com (Postfix, from userid 121222) id BFF7D1406CB; Thu, 16 Feb 2012 06:49:37 -0800 (PST) From: Simon Glass To: U-Boot Mailing List Cc: Wolfgang Denk , Albert ARIBAUD , Graeme Russ , Mike Frysinger , Simon Glass , Tom Warren , Stephen Warren , linux-tegra@vger.kernel.org Subject: [PATCH v3 28/28] tegra: Enable generic board for Seaboard. Date: Thu, 16 Feb 2012 06:49:15 -0800 Message-Id: <1329403755-6396-29-git-send-email-sjg@chromium.org> X-Mailer: git-send-email 1.7.7.3 In-Reply-To: <1329403755-6396-1-git-send-email-sjg@chromium.org> References: <1329403755-6396-1-git-send-email-sjg@chromium.org> X-Gm-Message-State: ALoCoQmdCBzyaf//4qQJxpyXkhpbjLebCxMmxb304vLdqxQWH6+SV71Qirj/INbhrJP7NEjkOeJ/wqLz5dW96i7hb3xWPViXxzf/7s5ARCXNwDlsbKzpO6G0t6+cyVgO9h1yS9JFKPDwwuhSn/OFnEz87zgtX6itOcsy98mAYzWCYznXKx44caI= Sender: linux-tegra-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org Enable CONFIG_SYS_GENERIC_BOARD for Tegra 2 Seaboard. Signed-off-by: Simon Glass --- Changes in v2: - Add CONFIG_SYS_GENERIC_BOARD to allow board to select generic board - Add PowerPC support - Change generic board to an opt-in system on a per-board basic - Rebase to master Changes in v3: - Rebase on top of x86/master (which has not yet been pulled to master) - Rebase to master include/configs/seaboard.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h index 261f952..11d9e8d 100644 --- a/include/configs/seaboard.h +++ b/include/configs/seaboard.h @@ -27,6 +27,8 @@ #include #include "tegra2-common.h" +#define CONFIG_SYS_GENERIC_BOARD + /* High-level configuration options */ #define TEGRA2_SYSMEM "mem=384M@0M nvmem=128M@384M mem=512M@512M" #define V_PROMPT "Tegra2 (SeaBoard) # "