From patchwork Fri Feb 8 15:12:19 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [U-Boot,v5,23/23] tegra: Enable generic board for Seaboard. Date: Fri, 08 Feb 2013 05:12:19 -0000 From: Simon Glass X-Patchwork-Id: 219180 Message-Id: <1360336339-10703-24-git-send-email-sjg@chromium.org> To: U-Boot Mailing List Cc: Graeme Russ , Tom Warren , Tom Rini , Stephen Warren , Vadim Bendebury Enable CONFIG_SYS_GENERIC_BOARD for Tegra 2 Seaboard. Signed-off-by: Simon Glass --- Changes in v5: None Changes in v4: - Rebase to master - Drop sc520_timer.c patch (warning already fixed by previous patch) Changes in v3: - Rebase to master - Rebase on top of x86/master (which has not yet been pulled to master) Changes in v2: - Change generic board to an opt-in system on a per-board basic - Add CONFIG_SYS_GENERIC_BOARD to allow board to select generic board - Add PowerPC support - Rebase to master include/configs/seaboard.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h index de0c777..0d2a318 100644 --- a/include/configs/seaboard.h +++ b/include/configs/seaboard.h @@ -40,6 +40,8 @@ #define CONFIG_OF_CONTROL #define CONFIG_OF_SEPARATE +#define CONFIG_SYS_GENERIC_BOARD + /* High-level configuration options */ #define V_PROMPT "Tegra20 (SeaBoard) # " #define CONFIG_TEGRA_BOARD_STRING "NVIDIA Seaboard"