diff options
| author | Amaury Pouly <amaury.pouly@gmail.com> | 2013-11-18 15:08:53 +0000 |
|---|---|---|
| committer | Amaury Pouly <amaury.pouly@gmail.com> | 2013-11-18 21:44:05 +0000 |
| commit | a8b816ae9cc00fe216e43d9bd9276b5d8cf12b25 (patch) | |
| tree | 729e7ad4ecf5b9a608177c37e7199cbac994bd0b /tools | |
| parent | b770f639346fa8a40d07b9dcc66b3e378210b0a9 (diff) | |
| download | rockbox-a8b816ae9cc00fe216e43d9bd9276b5d8cf12b25.zip rockbox-a8b816ae9cc00fe216e43d9bd9276b5d8cf12b25.tar.gz rockbox-a8b816ae9cc00fe216e43d9bd9276b5d8cf12b25.tar.bz2 rockbox-a8b816ae9cc00fe216e43d9bd9276b5d8cf12b25.tar.xz | |
creativezenmozaic: factor out code with the zen/zenxfi
Most of the code is similar, only the lcd driver is significantly different.
Change-Id: I9eab1faf08d2356f2d820d6930ef3b0653349aa1
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index 9390fa1..fac8607 100755 --- a/tools/configure +++ b/tools/configure @@ -2318,7 +2318,7 @@ fi toolset=$scramblebitmaptools t_cpu="arm" t_manufacturer="imx233" - t_model="creative-zenmozaic" + t_model="creative-zen" arm926ejscc ;; |