diff options
author | Simon Glass <sjg@chromium.org> | 2011-11-05 03:56:54 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-12-09 17:30:09 +0100 |
commit | 8f6cbb4c07333510074d3485fa47758792e46a25 (patch) | |
tree | 5f531a96ddbfe65ba8d41e8566b14882053f8c7d /include/configs/tegra2-common.h | |
parent | e75119d27838cab20c71605369baff2bfdbd4b0c (diff) | |
download | u-boot-imx-8f6cbb4c07333510074d3485fa47758792e46a25.zip u-boot-imx-8f6cbb4c07333510074d3485fa47758792e46a25.tar.gz u-boot-imx-8f6cbb4c07333510074d3485fa47758792e46a25.tar.bz2 |
tegra2: Remove unneeded config option
CONFIG_ENABLE_CORTEXA9 and CONFIG_SKIP_RELOCATE_UBOOT are not needed,
so remove them.
Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'include/configs/tegra2-common.h')
-rw-r--r-- | include/configs/tegra2-common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/tegra2-common.h b/include/configs/tegra2-common.h index 16debf6..e233b1c 100644 --- a/include/configs/tegra2-common.h +++ b/include/configs/tegra2-common.h @@ -36,7 +36,6 @@ #define CONFIG_SYS_CACHELINE_SIZE 32 #define CONFIG_ARCH_CPU_INIT /* Fire up the A9 core */ -#define CONFIG_ENABLE_CORTEXA9 /* enable CPU (A9 complex) */ #include <asm/arch/tegra2.h> /* get chip and board defs */ @@ -46,7 +45,6 @@ #define CONFIG_DISPLAY_CPUINFO #define CONFIG_DISPLAY_BOARDINFO -#define CONFIG_SKIP_RELOCATE_UBOOT #define CONFIG_SKIP_LOWLEVEL_INIT #define CONFIG_CMDLINE_TAG /* enable passing of ATAGs */ |