From a1cf4ced837327c718061feedf96d512328f5cc8 Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Tue, 31 Aug 2010 19:06:04 +0000 Subject: Unify 32mb and 64mb ipod video builds - FS#11580 Since memory on 32mb ipod videos is mapped twice, a 64mb build still has codecs and plugins mapped in a usable area. This means that all that needs to be done to support 32mb and 64mb boards with the same build is to adjust audiobufend to avoid using more than the actually present RAM. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27960 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/configure') diff --git a/tools/configure b/tools/configure index e554c3d76b..1742e28789 100755 --- a/tools/configure +++ b/tools/configure @@ -1467,6 +1467,7 @@ fi target_id=15 modelname="ipodvideo" target="-DIPOD_VIDEO" + memory=64 # always. This is reduced at runtime if needed arm7tdmicc tool="$rootdir/tools/scramble -add=ipvd" bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" -- cgit v1.2.3