forked from len0rd/rockbox
* Commit dual-boot support for Creative ZVx family
* Add mkzenboot: makes it possible to integrate Rockbox bootloader with Creative firmwares without the need of distributing binaries * Add Tadeusz Pyś to credits, who figured out the minifs file system * Fix bootloader git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18352 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
109a867742
commit
944c33403c
9 changed files with 1414 additions and 5 deletions
|
|
@ -7,7 +7,7 @@ STARTUP(target/arm/tms320dm320/crt0.o)
|
|||
|
||||
#define DRAMSIZE (MEMORYSIZE * 0x100000)
|
||||
|
||||
#define DRAMORIG 0x00900000
|
||||
#define DRAMORIG 0x01900000 /* actually it's 0x00900000 */
|
||||
#define IRAMORIG 0x00000000
|
||||
#define IRAMSIZE 16K
|
||||
#define FLASHORIG 0x00100000
|
||||
|
|
@ -22,7 +22,7 @@ MEMORY
|
|||
|
||||
SECTIONS
|
||||
{
|
||||
. = DRAMORIG + 0x1000000;
|
||||
. = DRAMORIG;
|
||||
|
||||
.text : {
|
||||
loadaddress = .;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue