summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorVarun Wadekar <vwadekar@nvidia.com>2012-01-03 15:04:40 +0530
committerGerrit <chrome-bot@google.com>2012-02-08 22:08:36 -0800
commit929e867d143b66d96e6c4a8e1f69d3e8c6ca14fd (patch)
tree0c28785a6fbed4277223d5882d92c7e8ffc5db8d /include
parentf116864a29c5b29ed5b63c6aafc93442ba35f483 (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: Id9756c08f61502affa8beee636d883d01468e6ec Signed-off-by: Varun Wadekar <vwadekar@nvidia.com> Reviewed-on: https://gerrit.chromium.org/gerrit/13799
Diffstat (limited to 'include')
-rw-r--r--include/configs/seaboard.h5
-rw-r--r--include/configs/tegra2-common.h2
2 files changed, 4 insertions, 3 deletions
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 <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 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 \