pass: conf: Modify the pass_compatible name to support TM2 board
authorChanwoo Choi <cw00.choi@samsung.com>
Mon, 9 Jan 2017 07:16:20 +0000 (16:16 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Mon, 16 Jan 2017 11:35:37 +0000 (20:35 +0900)
This patch modifies the pass_compatible name for TM2 board as following:
- "draco" -> "tm2" : tm2 is official name for TM2 board.

Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
src/pass/pass-cluster0.conf
src/pass/pass-cluster1.conf
src/pass/pass.conf

index 602a3e7..e64e14e 100644 (file)
@@ -1,5 +1,5 @@
 [Pass]
-pass_compatible=samsung,draco
+pass_compatible=samsung,tm2
 pass_support=1
 pass_gov_type=1
 
index f91e423..014dff5 100644 (file)
@@ -1,5 +1,5 @@
 [Pass]
-pass_compatible=samsung,draco
+pass_compatible=samsung,tm2
 pass_support=1
 pass_gov_type=1
 
index f58e951..528500d 100644 (file)
@@ -2,7 +2,7 @@
 # - If you want to use PASS(Power Aware System Service), you have to create
 # new 'pass-[target type].conf' configuration file.
 [PassCluster]
-pass_compatible=samsung,draco
+pass_compatible=samsung,tm2
 pass_num_cpu_clusters=2
 
 [CpuCluster0]