1
0
Fork 0
forked from len0rd/rockbox

Gigabeat S now uses the shared ARM MMU code rather than the (mostly duplicated) private code. No functional change.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15961 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Will Robertson 2007-12-23 03:47:28 +00:00
parent 0fb794df81
commit 383a32a7ae
5 changed files with 26 additions and 242 deletions

View file

@ -28,7 +28,7 @@
//when background memory is written.
#define LCD_BUFFER_SIZE ((320*240*2))
#define TTB_SIZE (0x4000)
#define TTB_BASE (0x80000000 + (32*1024*1024*2)-TTB_SIZE); /*64 megs*/
#define TTB_BASE ((unsigned int *)(0x88000000 + (64*1024*1024)-TTB_SIZE))
/*
* AIPS 1
*/