summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMichael Chicoine <mc2739@gmail.com>2009-11-10 15:08:04 +0000
committerMichael Chicoine <mc2739@gmail.com>2009-11-10 15:08:04 +0000
commit422fcbe35d93d2ea35695b8f746e0652ee1796ad (patch)
tree6b8e37b522a48aa205174d72fb27a842a78751f7 /tools
parent0771686339d14fe9f0d3bfce447e2e63bba5a473 (diff)
downloadrockbox-422fcbe35d93d2ea35695b8f746e0652ee1796ad.tar.gz
rockbox-422fcbe35d93d2ea35695b8f746e0652ee1796ad.zip
Correct target id for Samsung YH*
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23602 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rwxr-xr-xtools/release/sims.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/release/sims.pl b/tools/release/sims.pl
index e08d4209e3..24da40c832 100755
--- a/tools/release/sims.pl
+++ b/tools/release/sims.pl
@@ -230,9 +230,9 @@ runone("fuze", "fuze");
runone("m200v4", "m200v4");
runone("sa9200", "sa9200");
runone("sansac200v2", "c200v2");
-runone("yh820", "yh_820");
-runone("yh920", "yh_920");
-runone("yh925", "yh_925");
+runone("yh820", "yh820");
+runone("yh920", "yh920");
+runone("yh925", "yh925");
runone("ondavx747", "ondavx747");
runone("ondavx747p", "ondavx747p");
runone("ondavx777", "ondavx777");