From: Bernhard Reutner-Fischer Date: Wed, 17 Jan 2007 13:54:12 +0000 (-0000) Subject: - convert to lowercase to match the other sub-arches X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bb1caf686c16a1672cfc568de5fc7c68947f3412;p=buildroot.git - convert to lowercase to match the other sub-arches --- diff --git a/Config.in b/Config.in index 47a7d66616..7d13e11901 100644 --- 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