diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-11-06 14:59:35 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-11-20 11:28:25 -0500 |
commit | f2168440de74036b207a6626c7a9fd9d164951df (patch) | |
tree | e38ae84c63cc50aa099ac59609697eb0be3ec5bd /include/configs/cpuat91.h | |
parent | 7c8f61f80c90e33bdb6daf944e3f5f5d03f2549a (diff) | |
download | u-boot-imx-f2168440de74036b207a6626c7a9fd9d164951df.zip u-boot-imx-f2168440de74036b207a6626c7a9fd9d164951df.tar.gz u-boot-imx-f2168440de74036b207a6626c7a9fd9d164951df.tar.bz2 |
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/cpuat91.h')
-rw-r--r-- | include/configs/cpuat91.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/cpuat91.h b/include/configs/cpuat91.h index ce52101..8c7d97a 100644 --- a/include/configs/cpuat91.h +++ b/include/configs/cpuat91.h @@ -26,7 +26,6 @@ #define AT91C_MASTER_CLOCK (AT91C_MAIN_CLOCK / 3) #define CONFIG_SYS_HZ_CLOCK (AT91C_MASTER_CLOCK / 2) -#define CONFIG_ARM920T #define CONFIG_AT91RM9200 #define CONFIG_CPUAT91 #define USE_920T_MMU |