diff options
author | Varun Wadekar <vwadekar@nvidia.com> | 2012-01-03 15:41:48 +0530 |
---|---|---|
committer | Gerrit <chrome-bot@google.com> | 2012-02-27 02:19:18 -0800 |
commit | 5cb95c8f5fd6c9d6a2eed919fe97063f2ce86ad3 (patch) | |
tree | 777a389e467af1c2ece83107bb91921aabf7d4c6 /include | |
parent | f5881250f29522341e312535e8a40536d865ad4e (diff) |
tegra: configs: enable warm boot on Cardhu
enable CONFIG_TEGRA_LP0 and CONFIG_TEGRA3_WARMBOOT
BUG=chromium-os:23496
TEST=build and boot on Cardhu
Change-Id: If21303468193c7f5f6ba1c0c0b7cd0ccb5a08c0e
Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
Reviewed-on: https://gerrit.chromium.org/gerrit/13801
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/cardhu.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/cardhu.h b/include/configs/cardhu.h index 14680385051..79cb79c6fe5 100644 --- a/include/configs/cardhu.h +++ b/include/configs/cardhu.h @@ -39,6 +39,9 @@ "tegraid=30.1.2.0.0 " \ "debug_uartport=lsport\0" \ +#define CONFIG_TEGRA_LP0 +#define CONFIG_TEGRA3_WARMBOOT + #include "tegra3-common.h" #define CONFIG_EXTRA_ENV_SETTINGS \ |