浏览代码

- better use commonly used digits in ISA config

Bernhard Reutner-Fischer 18 年之前
父节点
当前提交
dce554081a
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      target/Config.in.arch

+ 4 - 4
target/Config.in.arch

@@ -129,13 +129,13 @@ choice
 	  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