From b3ee07c22e1886c4cb1557dbaa4fd65d25cd1be3 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Tue, 28 Oct 2008 11:24:29 +0000 Subject: Sansav2 : initializes SDRAM The AS3525 SoC ships with an ARM PL172 MPMC controller Also correct the memory sizes in tools/configure git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18899 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools') diff --git a/tools/configure b/tools/configure index 0f7a821303..4c9da063e1 100755 --- a/tools/configure +++ b/tools/configure @@ -1684,7 +1684,7 @@ fi target_id=50 modelname="clip" target="-DSANSA_CLIP" - memory=1 # In fact, 0.3125 + memory=2 arm9tdmicc bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" bmp2rb_native="$bmp2rb_mono" @@ -1704,7 +1704,7 @@ fi target_id=51 modelname="e200v2" target="-DSANSA_E200V2" - memory=2 # FIXME - a guess + memory=8 arm9tdmicc bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" bmp2rb_native="$bmp2rb_mono" @@ -1724,7 +1724,7 @@ fi target_id=52 modelname="m200v2" target="-DSANSA_M200V2" - memory=2 # FIXME - A guess + memory=2 arm9tdmicc bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" bmp2rb_native="$bmp2rb_mono" -- cgit v1.2.3