mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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
|
@ -36,6 +36,8 @@ void main(void)
|
|||
int i;
|
||||
unsigned char buf[8];
|
||||
|
||||
system_init();
|
||||
|
||||
lcd_init_device();
|
||||
lcd_clear_display();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue