From 929e867d143b66d96e6c4a8e1f69d3e8c6ca14fd Mon Sep 17 00:00:00 2001 From: Varun Wadekar Date: Tue, 3 Jan 2012 15:04:40 +0530 Subject: arm: tegra2: split LP0 code to help future chips split the LP0 code for tegra2 into common LP0 code and chip specific warm boot code BUG=chromium-os:23496 TEST=build for Seaboard Change-Id: Id9756c08f61502affa8beee636d883d01468e6ec Signed-off-by: Varun Wadekar Reviewed-on: https://gerrit.chromium.org/gerrit/13799 --- include/configs/seaboard.h | 5 +++-- include/configs/tegra2-common.h | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h index 73ceadd10f..5e68faca3f 100644 --- a/include/configs/seaboard.h +++ b/include/configs/seaboard.h @@ -27,10 +27,11 @@ #include -#define CONFIG_TEGRA2_LP0 - #define CONFIG_SPI_UART_SWITCH +#define CONFIG_TEGRA_LP0 +#define CONFIG_TEGRA2_WARMBOOT + /* High-level configuration options */ #define TEGRA2_SYSMEM "mem=1024M@0M" #define V_PROMPT "Tegra2 # " diff --git a/include/configs/tegra2-common.h b/include/configs/tegra2-common.h index 7dc3d7208f..22cff46acc 100644 --- a/include/configs/tegra2-common.h +++ b/include/configs/tegra2-common.h @@ -106,7 +106,7 @@ #define CONFIG_SYS_NO_FLASH -#ifdef CONFIG_TEGRA2_LP0 +#ifdef CONFIG_TEGRA2_WARMBOOT #define TEGRA_LP0_ADDR 0x1C406000 #define TEGRA_LP0_SIZE 0x2000 #define TEGRA_LP0_VEC \ -- cgit v1.2.3