summaryrefslogtreecommitdiffstats
path: root/include/configs/tegra30-common.h
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2014-02-03 14:03:24 -0700
committerTom Warren <twarren@nvidia.com>2014-03-05 16:59:07 -0700
commitcd7efc2a947b30a2047b248f66ddfa8b182fda64 (patch)
tree839d13b143d80afc1e2082f2c22dd3c1e011b574 /include/configs/tegra30-common.h
parentcc07294bc704694ae33db75b25ac557e5917a83f (diff)
downloadtalos-obmc-uboot-cd7efc2a947b30a2047b248f66ddfa8b182fda64.tar.gz
talos-obmc-uboot-cd7efc2a947b30a2047b248f66ddfa8b182fda64.zip
ARM: tegra: move CONFIG_TEGRAnn
<asm/arch-tegra/tegra.h> needs to use CONFIG_TEGRA* to conditionalize some definitions, since some modules moved between generations. Move the definition of CONFIG_TEGRAnn to a header that's included earlier, so that it's set by the time tegra.h needs to use it. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'include/configs/tegra30-common.h')
-rw-r--r--include/configs/tegra30-common.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/tegra30-common.h b/include/configs/tegra30-common.h
index b5550d7d09..edb930e032 100644
--- a/include/configs/tegra30-common.h
+++ b/include/configs/tegra30-common.h
@@ -23,11 +23,6 @@
*/
#define V_NS16550_CLK 408000000 /* 408MHz (pllp_out0) */
-/*
- * High Level Configuration Options
- */
-#define CONFIG_TEGRA30 /* in a NVidia Tegra30 core */
-
/* Environment information, boards can override if required */
#define CONFIG_LOADADDR 0x80408000 /* def. location for kernel */
OpenPOWER on IntegriCloud