1
0
Fork 0
forked from len0rd/rockbox

Remove underscore from YH modelnames as discussed on IRC.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22229 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2009-08-09 19:15:08 +00:00
parent 5e1b9cd4a6
commit a77b17cb33
4 changed files with 6 additions and 6 deletions

12
tools/configure vendored
View file

@ -2257,9 +2257,9 @@ fi
t_model="lyre_proto1" t_model="lyre_proto1"
;; ;;
140|yh_820) 140|yh820)
target_id=57 target_id=57
modelname="yh_820" modelname="yh820"
target="-DSAMSUNG_YH820" target="-DSAMSUNG_YH820"
memory=32 # always memory=32 # always
arm7tdmicc arm7tdmicc
@ -2281,9 +2281,9 @@ fi
t_model="yh820" t_model="yh820"
;; ;;
141|yh_920) 141|yh920)
target_id=58 target_id=58
modelname="yh_920" modelname="yh920"
target="-DSAMSUNG_YH920" target="-DSAMSUNG_YH920"
memory=32 # always memory=32 # always
arm7tdmicc arm7tdmicc
@ -2305,9 +2305,9 @@ fi
t_model="yh920" t_model="yh920"
;; ;;
142|yh_925) 142|yh925)
target_id=59 target_id=59
modelname="yh_925" modelname="yh925"
target="-DSAMSUNG_YH925" target="-DSAMSUNG_YH925"
memory=32 # always memory=32 # always
arm7tdmicc arm7tdmicc

View file

Before

Width:  |  Height:  |  Size: 462 KiB

After

Width:  |  Height:  |  Size: 462 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 543 KiB

After

Width:  |  Height:  |  Size: 543 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 543 KiB

After

Width:  |  Height:  |  Size: 543 KiB

Before After
Before After