diff options
Diffstat (limited to 'firmware/export')
| -rwxr-xr-x | firmware/export/imx31l.h | 1 | ||||
| -rw-r--r-- | firmware/export/pp5020.h | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/imx31l.h b/firmware/export/imx31l.h index 9544603..aea4b9e 100755 --- a/firmware/export/imx31l.h +++ b/firmware/export/imx31l.h @@ -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 diff --git a/firmware/export/pp5020.h b/firmware/export/pp5020.h index 1635119..52acb2f 100644 --- a/firmware/export/pp5020.h +++ b/firmware/export/pp5020.h @@ -21,6 +21,8 @@ /* All info gleaned and/or copied from the iPodLinux project. */ +#define QHARRAY_ATTR __attribute__((section(".qharray"),nocommon)) + /* DRAM starts at 0x10000000, but in Rockbox we remap it to 0x00000000 */ #define DRAM_START 0x10000000 |