diff options
author | Amaury Pouly <amaury.pouly@gmail.com> | 2017-09-10 21:55:35 +0200 |
---|---|---|
committer | Amaury Pouly <amaury.pouly@gmail.com> | 2017-09-17 00:03:02 +0200 |
commit | ac57f96838b53e574477d13bf41bc54711a70c21 (patch) | |
tree | dcd4c1d96593458c59375c2160c3ffaeb27329e5 /tools/configure | |
parent | f22ccabac339925dbb004bd035307480fca9d2f7 (diff) |
Add support for the NWZ-A860
Change-Id: Ibf0c5168ac31d4ba2aeaa86cbeca37a1011b75fa
Diffstat (limited to 'tools/configure')
-rwxr-xr-x | tools/configure | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index bfc581f6c0..52eef68008 100755 --- a/tools/configure +++ b/tools/configure @@ -1512,7 +1512,7 @@ cat <<EOF 208) Samsung YP-R1 231) 960 225) NWZ-E580 series 226) NWZ-A10 series ==iBasso== 227) NW-A20 series - 232) DX50 + 232) DX50 228) NWZ-A860 series 233) DX90 EOF @@ -4007,6 +4007,29 @@ fi sonynwzcc ;; + 228|sonynwza860) + application="yes" + target_id=103 + modelname="sonynwza860" + target="SONY_NWZA860" + memory=16 + bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" + bmp2rb_native="$rootdir/tools/bmp2rb -f 4" + tool="cp" + output="rockbox.sony" + boottool="$rootdir/tools/scramble -add=a860" + bootoutput="bootloader-nwza860.sony" + appextra="gui:recorder" + plugins="" + swcodec="yes" + toolset=$genericbitmaptools + t_cpu="hosted" + t_manufacturer="sonynwz" + t_model="nwza860" + uname=`uname` + sonynwzcc + ;; + 230|ihifi760) target_id=92 modelname="ihifi760" |