1
0
Fork 0
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:
Rafaël Carré 2008-10-28 11:24:29 +00:00
parent a5a2f12f0a
commit b3ee07c22e
4 changed files with 115 additions and 4 deletions

View file

@ -36,6 +36,8 @@ void main(void)
int i;
unsigned char buf[8];
system_init();
lcd_init_device();
lcd_clear_display();