diff options
author | Dave Chapman <dave@dchapman.com> | 2008-11-11 14:46:13 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2008-11-11 14:46:13 +0000 |
commit | e25c1c6e43aafbbe6de077f142776da2e00c75cd (patch) | |
tree | 3d86e41239ae55e2e19cb4f5f7c27fec03d294fd /tools | |
parent | 5c7d9f10150df77ad4ddc92fb3b2943225d0ed39 (diff) |
Add more driver stubs to make the Fuze and e200v2 main builds compile; Correct the memory definition for the Fuze (8MB)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19090 a1c6a512-1295-4272-9138-f99709370657
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 42015df145..a817f5db67 100755 --- a/tools/configure +++ b/tools/configure @@ -1743,7 +1743,7 @@ fi target_id=53 modelname="fuze" target="-DSANSA_FUZE" - memory=2 + memory=8 arm9tdmicc bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" bmp2rb_native="$rootdir/tools/bmp2rb -f 4" |