diff options
author | Varun Wadekar <vwadekar@nvidia.com> | 2012-01-03 15:04:40 +0530 |
---|---|---|
committer | Gerrit <chrome-bot@google.com> | 2012-02-14 22:03:49 -0800 |
commit | f8cc6a4a71cb1ccba84977f0762eefbc960091f4 (patch) | |
tree | 0c28785a6fbed4277223d5882d92c7e8ffc5db8d /include | |
parent | debacb801479e992807f7e0d81f52932b0d7e9a2 (diff) |
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: Ie04bf9ac17482a37afd0f4515dc3aafeb4f48ae7
Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
Reviewed-on: https://gerrit.chromium.org/gerrit/15883
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/seaboard.h | 5 | ||||
-rw-r--r-- | include/configs/tegra2-common.h | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h index 73ceadd10fe..5e68faca3fd 100644 --- a/include/configs/seaboard.h +++ b/include/configs/seaboard.h @@ -27,10 +27,11 @@ #include <asm/sizes.h> -#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 7dc3d7208f2..22cff46acc4 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 \ |