mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Enable write buffering for the 1MB device memory section. This means using a different device framebuffer address too. You must update the firmware _and_ bootloader.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17458 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
63f4f68a74
commit
71372162b1
2 changed files with 8 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
#define TTB_SIZE (0x4000)
|
||||
#define IRAM_SIZE (0x4000)
|
||||
#define TTB_BASE ((unsigned int *)TTB_BASE_ADDR)
|
||||
#define FRAME ((void*)0x80100000)
|
||||
#define FRAME ((void*)0x03f00000)
|
||||
#define FRAME_SIZE (240*320*2)
|
||||
|
||||
#define DEVBSS_ATTR __attribute__((section(".devbss"),nocommon))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue