diff options
author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2008-05-14 21:25:52 +0000 |
---|---|---|
committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2008-05-14 21:25:52 +0000 |
commit | 3903b0e59c4f2153b21d2dbeac43aabde03e9fe9 (patch) | |
tree | cd3fdd1364915ad70259cd976978091e466ad9ed /tools/configure | |
parent | 02883e02e28369dbfaa6a90c3afc003a6df8ac64 (diff) |
Fix typo
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17514 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/configure')
-rwxr-xr-x | tools/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index 9d5cca531a..da3d7db045 100755 --- a/tools/configure +++ b/tools/configure @@ -1518,7 +1518,7 @@ fi swcodec="yes" toolset=$ipodbitmaptools boottool="$rootdir/tools/scramble -creative=zenvision" - bootoutput="rockbox.zv" + bootoutput="rockbox.zvboot" # architecture, manufacturer and model for the target-tree build t_cpu="arm" t_manufacturer="tms320dm320" |