Fix path to PP USB bootloader crt0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31535 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7ef13eed38
commit
4c917f76c6
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
ENTRY(start)
|
||||
OUTPUT_FORMAT(elf32-littlearm)
|
||||
OUTPUT_ARCH(arm)
|
||||
STARTUP(target/arm/crt0-pp502x-bl-usb.o)
|
||||
STARTUP(target/arm/pp/crt0-pp502x-bl-usb.o)
|
||||
|
||||
#define DRAMORIG 0x01000000 /* Load at 16 MB */
|
||||
#define DRAMSIZE 0x00100000 /* 1MB for bootloader */
|
||||
|
|
Loading…
Reference in a new issue