forked from len0rd/rockbox
move some data around to place qh_array at the start of iram. This saves up to about 2k iram on PP
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17194 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
850a11250a
commit
7a2d9ddb08
8 changed files with 52 additions and 37 deletions
|
@ -34,6 +34,7 @@
|
|||
#define FRAME_SIZE (240*320*2)
|
||||
|
||||
#define DEVBSS_ATTR __attribute__((section(".devbss"),nocommon))
|
||||
#define QHARRAY_ATTR __attribute__((section(".qharray"),nocommon))
|
||||
|
||||
/*
|
||||
* AIPS 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue