commit | 7a5b2929acf1a45a66e214c045a50d01fa28a6c9 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Thu Nov 06 14:59:35 2014 +0900 |
committer | Tom Rini <trini@ti.com> | Thu Nov 20 11:28:25 2014 -0500 |
tree | e38ae84c63cc50aa099ac59609697eb0be3ec5bd | |
parent | 9a875e39c16bdc5556796750dd1ce511b7ea5878 [diff] |
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>