diff options
author | Stephen Warren <swarren@nvidia.com> | 2014-02-03 14:03:24 -0700 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2014-03-05 16:59:07 -0700 |
commit | cd7efc2a947b30a2047b248f66ddfa8b182fda64 (patch) | |
tree | 839d13b143d80afc1e2082f2c22dd3c1e011b574 /include/configs/tegra124-common.h | |
parent | cc07294bc704694ae33db75b25ac557e5917a83f (diff) | |
download | u-boot-imx-cd7efc2a947b30a2047b248f66ddfa8b182fda64.zip u-boot-imx-cd7efc2a947b30a2047b248f66ddfa8b182fda64.tar.gz u-boot-imx-cd7efc2a947b30a2047b248f66ddfa8b182fda64.tar.bz2 |
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/tegra124-common.h')
-rw-r--r-- | include/configs/tegra124-common.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/tegra124-common.h b/include/configs/tegra124-common.h index 0a4541b..4568bc7 100644 --- a/include/configs/tegra124-common.h +++ b/include/configs/tegra124-common.h @@ -18,11 +18,6 @@ */ #define V_NS16550_CLK 408000000 /* 408MHz (pllp_out0) */ -/* - * High Level Configuration Options - */ -#define CONFIG_TEGRA124 /* is an NVIDIA Tegra124 core */ - /* Environment information, boards can override if required */ #define CONFIG_LOADADDR 0x80408000 /* def. location for kernel */ |