summaryrefslogtreecommitdiffstats
path: root/include/configs/VCMA9.h
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 /include/configs/VCMA9.h
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 'include/configs/VCMA9.h')
-rw-r--r--include/configs/VCMA9.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/VCMA9.h b/include/configs/VCMA9.h
index a97f5faae4..94078f5481 100644
--- a/include/configs/VCMA9.h
+++ b/include/configs/VCMA9.h
@@ -20,8 +20,7 @@
* High Level Configuration Options
* (easy to change)
*/
-#define CONFIG_ARM920T /* This is an ARM920T Core */
-#define CONFIG_S3C24X0 /* in a SAMSUNG S3C24x0-type SoC */
+#define CONFIG_S3C24X0 /* This is a SAMSUNG S3C24x0-type SoC */
#define CONFIG_S3C2410 /* specifically a SAMSUNG S3C2410 SoC */
#define CONFIG_VCMA9 /* on a MPL VCMA9 Board */
#define CONFIG_MACH_TYPE MACH_TYPE_MPL_VCMA9 /* Machine type */
OpenPOWER on IntegriCloud