summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2017-10-08 22:44:05 +0300
committerTom Rini <trini@konsulko.com>2017-10-16 09:42:51 -0400
commit0c19efa7e13c87faa967d905c0aff318ebe411d4 (patch)
tree723116cda7330a86041f5e4f65bcf49647c76907 /include
parent38fc683d33777e0e32b2aab82e3d7cb6d0b87874 (diff)
ARM: tegra: Remove unused define CONFIG_ARMCORTEXA9
This macro isn't used by anything, and in fact hasn't ever been used according to the Git logs. Signed-off-by: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
Diffstat (limited to 'include')
-rw-r--r--include/configs/tegra-common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/tegra-common.h b/include/configs/tegra-common.h
index e2225cd812..430c9a7623 100644
--- a/include/configs/tegra-common.h
+++ b/include/configs/tegra-common.h
@@ -13,7 +13,6 @@
/*
* High Level Configuration Options
*/
-#define CONFIG_ARMCORTEXA9 /* This is an ARM V7 CPU core */
#define CONFIG_SYS_L2CACHE_OFF /* No L2 cache */
#include <asm/arch/tegra.h> /* get chip and board defs */