diff options
| author | Rafaël Carré <rafael.carre@gmail.com> | 2012-01-03 04:39:56 +0000 |
|---|---|---|
| committer | Rafaël Carré <rafael.carre@gmail.com> | 2012-01-03 04:39:56 +0000 |
| commit | 5cf79723ecb9a22de432d169ce65eb19aa651e8a (patch) | |
| tree | 8e646c327a144a6630f260fc64f183a9bb80b4df /firmware/target/arm/philips/boot.lds | |
| parent | bbe5845f04433846c553579d70310bef8efd0f50 (diff) | |
| download | rockbox-5cf79723ecb9a22de432d169ce65eb19aa651e8a.zip rockbox-5cf79723ecb9a22de432d169ce65eb19aa651e8a.tar.gz rockbox-5cf79723ecb9a22de432d169ce65eb19aa651e8a.tar.bz2 rockbox-5cf79723ecb9a22de432d169ce65eb19aa651e8a.tar.xz | |
move PP specific files to pp/
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31533 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm/philips/boot.lds')
| -rw-r--r-- | firmware/target/arm/philips/boot.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/philips/boot.lds b/firmware/target/arm/philips/boot.lds index 5d63cad..46a2bfd 100644 --- a/firmware/target/arm/philips/boot.lds +++ b/firmware/target/arm/philips/boot.lds @@ -2,7 +2,7 @@ /* Can't link all Philips ARM devices the same way at this time */ #ifdef HAVE_BOOTLOADER_USB_MODE -#include "../boot-pp502x-bl-usb.lds" +#include "../pp/boot-pp502x-bl-usb.lds" #else /* !HAVE_BOOTLOADER_USB_MODE */ ENTRY(start) OUTPUT_FORMAT(elf32-littlearm) |