From a77b17cb33bd814f091dee07261818e0b893f24e Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Sun, 9 Aug 2009 19:15:08 +0000 Subject: Remove underscore from YH modelnames as discussed on IRC. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22229 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'tools') diff --git a/tools/configure b/tools/configure index 7c0853f457..60947fc581 100755 --- a/tools/configure +++ b/tools/configure @@ -2257,9 +2257,9 @@ fi t_model="lyre_proto1" ;; - 140|yh_820) + 140|yh820) target_id=57 - modelname="yh_820" + modelname="yh820" target="-DSAMSUNG_YH820" memory=32 # always arm7tdmicc @@ -2281,9 +2281,9 @@ fi t_model="yh820" ;; - 141|yh_920) + 141|yh920) target_id=58 - modelname="yh_920" + modelname="yh920" target="-DSAMSUNG_YH920" memory=32 # always arm7tdmicc @@ -2305,9 +2305,9 @@ fi t_model="yh920" ;; - 142|yh_925) + 142|yh925) target_id=59 - modelname="yh_925" + modelname="yh925" target="-DSAMSUNG_YH925" memory=32 # always arm7tdmicc -- cgit v1.2.3