summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-11-06 14:59:35 +0900
committerTom Rini <trini@ti.com>2014-11-20 11:28:25 -0500
commitf2168440de74036b207a6626c7a9fd9d164951df (patch)
treee38ae84c63cc50aa099ac59609697eb0be3ec5bd /arch
parent7c8f61f80c90e33bdb6daf944e3f5f5d03f2549a (diff)
downloadtalos-obmc-uboot-f2168440de74036b207a6626c7a9fd9d164951df.tar.gz
talos-obmc-uboot-f2168440de74036b207a6626c7a9fd9d164951df.zip
ARM: remove CONFIG_ARM920T defines
CONFIG_CPU_ARM920T was introduced into Kconfig by commit 2e07c249a67e (kconfig: arm: introduce symbol for ARM CPUs). This commit removes all the defines of CONFIG_ARM920T and replaces the only reference in drivers/usb/host/ohci-hcd.c with CONFIG_CPU_ARM920T. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/include/asm/arch-at91/at91rm9200.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-at91/at91rm9200.h b/arch/arm/include/asm/arch-at91/at91rm9200.h
index 25bb071e91..d177bdcae5 100644
--- a/arch/arm/include/asm/arch-at91/at91rm9200.h
+++ b/arch/arm/include/asm/arch-at91/at91rm9200.h
@@ -7,7 +7,6 @@
#define __AT91RM9200_H__
#define CONFIG_AT91FAMILY /* it's a member of AT91 family */
-#define CONFIG_ARM920T /* it's an ARM920T Core */
#define CONFIG_ARCH_CPU_INIT /* we need arch_cpu_init() for hw timers */
#define CONFIG_AT91_GPIO /* and require always gpio features */
OpenPOWER on IntegriCloud