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:
Rafaël Carré 2012-01-03 04:47:29 +00:00
parent 7ef13eed38
commit 4c917f76c6

View file

@ -2,7 +2,7 @@
ENTRY(start) ENTRY(start)
OUTPUT_FORMAT(elf32-littlearm) OUTPUT_FORMAT(elf32-littlearm)
OUTPUT_ARCH(arm) 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 DRAMORIG 0x01000000 /* Load at 16 MB */
#define DRAMSIZE 0x00100000 /* 1MB for bootloader */ #define DRAMSIZE 0x00100000 /* 1MB for bootloader */