[Buildroot] svn commit: trunk/buildroot/target

aldot at uclibc.org aldot at uclibc.org
Sat Sep 29 19:47:05 UTC 2007


Author: aldot
Date: 2007-09-29 12:47:04 -0700 (Sat, 29 Sep 2007)
New Revision: 20122

Log:
- better use commonly used digits in ISA config


Modified:
   trunk/buildroot/target/Config.in.arch


Changeset:
Modified: trunk/buildroot/target/Config.in.arch
===================================================================
--- trunk/buildroot/target/Config.in.arch	2007-09-29 19:46:02 UTC (rev 20121)
+++ trunk/buildroot/target/Config.in.arch	2007-09-29 19:47:04 UTC (rev 20122)
@@ -129,13 +129,13 @@
 	  Specific CPU variant to use
 
 config BR2_mips_1
-	bool "mips 1"
+	bool "mips I (generic)"
 config BR2_mips_2
-	bool "mips 2"
+	bool "mips II"
 config BR2_mips_3
-	bool "mips 3"
+	bool "mips III"
 config BR2_mips_4
-	bool "mips 4"
+	bool "mips IV"
 config BR2_mips_32
 	bool "mips 32"
 config BR2_mips_32r2




More information about the buildroot mailing list