forked from len0rd/rockbox
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
This commit is contained in:
parent
a5a2f12f0a
commit
b3ee07c22e
4 changed files with 115 additions and 4 deletions
6
tools/configure
vendored
6
tools/configure
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue