]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: remove CONFIG_ARM1136 defines
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Thu, 6 Nov 2014 05:59:37 +0000 (14:59 +0900)
committerTom Rini <trini@ti.com>
Thu, 20 Nov 2014 16:28:25 +0000 (11:28 -0500)
commit3fd968e9314942f2840f8f9fda98079cc0d82288
tree947d52a81aea98ca1f3b119f417304ee14b9701d
parent5d7b131d41d8a8fb50edf27d945703e757ed8357
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>
arch/arm/lib/cache.c
include/configs/flea3.h
include/configs/imx31_litekit.h
include/configs/imx31_phycore.h
include/configs/mx31ads.h
include/configs/mx31pdk.h
include/configs/mx35pdk.h
include/configs/qong.h
include/configs/tt01.h
include/configs/woodburn_common.h