summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVarun Wadekar <vwadekar@nvidia.com>2012-01-03 15:42:52 +0530
committerGerrit <chrome-bot@google.com>2012-02-27 02:19:17 -0800
commitf5881250f29522341e312535e8a40536d865ad4e (patch)
treebed89d757e077d2be0d60a514a57ae064ae01570
parent2ddff25f8bba1a9a0cb788222040b3aa32a31da8 (diff)
tegra: configs: enable warm boot on Waluigi
enable CONFIG_TEGRA_LP0 and CONFIG_TEGRA3_WARMBOOT BUG=chromium-os:23496 TEST=build and boot on Waluigi Change-Id: I622d228d02767954ffa7e101ad6f5f5fb1146702 Signed-off-by: Varun Wadekar <vwadekar@nvidia.com> Reviewed-on: https://gerrit.chromium.org/gerrit/13802
-rw-r--r--include/configs/waluigi.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/waluigi.h b/include/configs/waluigi.h
index 7be1e42e30..603f2f2e2a 100644
--- a/include/configs/waluigi.h
+++ b/include/configs/waluigi.h
@@ -39,6 +39,9 @@
"tegraid=30.1.2.0.0 " \
"debug_uartport=lsport,3 " \
+#define CONFIG_TEGRA_LP0
+#define CONFIG_TEGRA3_WARMBOOT
+
#include "tegra3-common.h"
#define CONFIG_EXTRA_ENV_SETTINGS \