summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2013-05-21 13:45:18 +0000
committerTom Warren <twarren@nvidia.com>2013-05-28 12:58:44 -0700
commit60985bba58e7695dac1fddae8cdbb62d8cfd1254 (patch)
treec4dffea403d9555cc675348aba08266cac8d61d5 /include
parent578e63782b87ed0673b7d5088d793db1c46017bb (diff)
tegra: Define CONFIG_SKIP_LOWLEVEL_INIT for SPL build
Then we can get rid of the #ifdef CONFIG_TEGRA guard in cpu_init_crit. Signed-off-by: Axel Lin <axel.lin@ingics.com> Tested-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/tegra-common-post.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/tegra-common-post.h b/include/configs/tegra-common-post.h
index bf186995ed..6ed2fde3f3 100644
--- a/include/configs/tegra-common-post.h
+++ b/include/configs/tegra-common-post.h
@@ -157,6 +157,8 @@
/* overrides for SPL build here */
#ifdef CONFIG_SPL_BUILD
+#define CONFIG_SKIP_LOWLEVEL_INIT
+
/* remove devicetree support */
#ifdef CONFIG_OF_CONTROL
#undef CONFIG_OF_CONTROL