Unify 32mb and 64mb ipod video builds - FS#11580
commita783b766d51a355f3d3747acdc28a8b5f362cfe9
authorgevaerts <gevaerts@a1c6a512-1295-4272-9138-f99709370657>
Tue, 31 Aug 2010 19:06:04 +0000 (31 19:06 +0000)
committergevaerts <gevaerts@a1c6a512-1295-4272-9138-f99709370657>
Tue, 31 Aug 2010 19:06:04 +0000 (31 19:06 +0000)
tree2c51950d2c48715aede1e3d4d3e0a1a137885378
parent5eec2b36e4a08ffa335535e9cd41867edea796d2
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
apps/debug_menu.c
apps/main.c
firmware/export/buffer.h
firmware/export/config/ipodvideo.h
firmware/target/arm/ipod/app.lds
manual/configure_rockbox/system_options.tex
tools/configure