projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
024e8ac
)
[ARM] 5176/1: arm/Makefile: fix: ARM946T -> ARM946E
author
Adrian Bunk
<
[email protected]
>
Sat, 19 Jul 2008 16:52:59 +0000
(17:52 +0100)
committer
Russell King
<
[email protected]
>
Sat, 26 Jul 2008 14:23:25 +0000
(15:23 +0100)
This patch fixes a typo introduced by
commit
f37f46eb1c0bd0b11c34ef06c7365658be989d80
([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]
>
arch/arm/Makefile
patch
|
blob
|
history
diff --git
a/arch/arm/Makefile
b/arch/arm/Makefile
index b20995a82e046b380210d56956fd8a851ca7356b..2f07477442369ee44b88cbd7fe3a57bcea8ec774 100644
(file)
--- 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_ARM946
T
) :=$(call cc-option,-mtune=arm9e,-mtune=arm9tdmi)
+tune-$(CONFIG_CPU_ARM946
E
) :=$(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