From: Adrian Bunk Date: Sat, 19 Jul 2008 16:52:59 +0000 (+0100) Subject: [ARM] 5176/1: arm/Makefile: fix: ARM946T -> ARM946E X-Git-Tag: upstream/snapshot3+hdmi~23335^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e6bb83fd2f39eff3ae3e5ad6cac91d154d7ef3b1;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git [ARM] 5176/1: arm/Makefile: fix: ARM946T -> ARM946E This patch fixes a typo introduced by commit f37f46eb1c0bd0b11c34ef06c7365658be989d80 ([ARM] nommu: add ARM946E-S core support). Reported-by: Robert P. J. Day Signed-off-by: Adrian Bunk Acked-by: Hyok S. Choi Signed-off-by: Russell King --- diff --git a/arch/arm/Makefile b/arch/arm/Makefile index b20995a..2f07477 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile @@ -67,7 +67,7 @@ tune-$(CONFIG_CPU_ARM720T) :=-mtune=arm7tdmi tune-$(CONFIG_CPU_ARM740T) :=-mtune=arm7tdmi tune-$(CONFIG_CPU_ARM9TDMI) :=-mtune=arm9tdmi tune-$(CONFIG_CPU_ARM940T) :=-mtune=arm9tdmi -tune-$(CONFIG_CPU_ARM946T) :=$(call cc-option,-mtune=arm9e,-mtune=arm9tdmi) +tune-$(CONFIG_CPU_ARM946E) :=$(call cc-option,-mtune=arm9e,-mtune=arm9tdmi) tune-$(CONFIG_CPU_ARM920T) :=-mtune=arm9tdmi tune-$(CONFIG_CPU_ARM922T) :=-mtune=arm9tdmi tune-$(CONFIG_CPU_ARM925T) :=-mtune=arm9tdmi