rockbox/firmware/target/arm/philips/boot.lds

9 lines
202 B
Text
Raw Normal View History

#include "config.h"
/* Can't link all Philips ARM devices the same way at this time */
#ifdef HAVE_BOOTLOADER_USB_MODE
#include "../pp/boot-pp502x-bl-usb.lds"
#else
#include "../pp/boot-pp.lds"
#endif