projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f194cb5
)
- convert to lowercase to match the other sub-arches
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Wed, 17 Jan 2007 13:54:12 +0000
(13:54 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Wed, 17 Jan 2007 13:54:12 +0000
(13:54 -0000)
Config.in
patch
|
blob
|
history
diff --git
a/Config.in
b/Config.in
index 47a7d66616118ebc68c74f23076cb464f29e0f8b..7d13e119014f6292605a7f6394d3c6e040e11f76 100644
(file)
--- a/
Config.in
+++ b/
Config.in
@@
-74,7
+74,7
@@
config BR2_sa1100
bool "sa1100"
config BR2_xscale
bool "xscale"
-config BR2_
IWMMXT
+config BR2_
iwmmxt
bool "iwmmxt"
endchoice
@@
-90,7
+90,7
@@
config BR2_ARM_TYPE
default ARM_SA110 if BR2_sa110
default ARM_SA1100 if BR2_sa1100
default ARM_XSCALE if BR2_xscale
- default ARM_IWMMXT if BR2_
IWMMXT
+ default ARM_IWMMXT if BR2_
iwmmxt
default GENERIC_ARM if BR2_generic_arm
choice