forked from len0rd/rockbox
Initial Cowon D2 commit:
* bootloader test program (basic LCD & button drivers, reads touchscreen) * work-in-progress stubs for main build git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16090 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b30ca8ca5a
commit
47ea030e2e
42 changed files with 3082 additions and 11 deletions
|
|
@ -60,6 +60,10 @@ OUTPUT_FORMAT(elf32-sh)
|
|||
#define IRAMORIG DRAMORIG
|
||||
#define IRAMSIZE 0x4000
|
||||
#define IRAM DRAM
|
||||
#elif defined(CPU_TCC780X)
|
||||
#define DRAMORIG 0x20000000
|
||||
#define IRAMORIG 0x1000c000
|
||||
#define IRAMSIZE 0xc000
|
||||
#else
|
||||
#define DRAMORIG 0x09000000 + STUBOFFSET
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue