Skip to content

Commit

Permalink
[ARM] 5176/1: arm/Makefile: fix: ARM946T -> ARM946E
Browse files Browse the repository at this point in the history
This patch fixes a typo introduced by
commit f37f46e
([ARM] nommu: add ARM946E-S core support).

Reported-by: Robert P. J. Day <[email protected]>

Signed-off-by: Adrian Bunk <[email protected]>
Acked-by: Hyok S. Choi <[email protected]>
Signed-off-by: Russell King <[email protected]>
  • Loading branch information
AdrianBunk authored and Russell King committed Jul 26, 2008
1 parent 024e8ac commit e6bb83f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e6bb83f

Please sign in to comment.