commit | 3fd968e9314942f2840f8f9fda98079cc0d82288 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Thu Nov 06 14:59:37 2014 +0900 |
committer | Tom Rini <trini@ti.com> | Thu Nov 20 11:28:25 2014 -0500 |
tree | 947d52a81aea98ca1f3b119f417304ee14b9701d | |
parent | 5d7b131d41d8a8fb50edf27d945703e757ed8357 [diff] |
ARM: remove CONFIG_ARM1136 defines CONFIG_CPU_ARM1136 was introduced into Kconfig by commit 2e07c249a67e (kconfig: arm: introduce symbol for ARM CPUs). This commit removes all the defines of CONFIG_ARM1136 and replaces the only reference in arch/arm/lib/cache.c with CONFIG_CPU_ARM1136. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>