mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-12 00:47:49 -04:00
Fix red. Replace remaining MEM's mit MEMORYSIZE.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29190 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5d849a963e
commit
adf7224538
3 changed files with 4 additions and 4 deletions
|
|
@ -308,7 +308,7 @@ void system_init(void)
|
|||
map_section(0, 0, 0x1000, CACHE_NONE);
|
||||
|
||||
/* Enable caching for RAM */
|
||||
map_section(CONFIG_SDRAM_START, CONFIG_SDRAM_START, MEM, CACHE_ALL);
|
||||
map_section(CONFIG_SDRAM_START, CONFIG_SDRAM_START, MEMORYSIZE, CACHE_ALL);
|
||||
/* enable buffered writing for the framebuffer */
|
||||
map_section((int)FRAME, (int)FRAME, LCD_TTB_AREA, BUFFERED);
|
||||
#ifdef CREATIVE_ZVx
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue