2008-03-27 23:58:03 +00:00
|
|
|
#include "config.h"
|
|
|
|
|
2011-01-16 01:40:15 +00:00
|
|
|
/* Can't link all Sansa PP devices the same way at this time */
|
|
|
|
#ifdef HAVE_BOOTLOADER_USB_MODE
|
2012-01-03 04:39:56 +00:00
|
|
|
#include "../pp/boot-pp502x-bl-usb.lds"
|
2008-10-21 18:57:11 +00:00
|
|
|
#else
|
2013-07-19 12:18:16 +00:00
|
|
|
#include "../pp/boot-pp.lds"
|
|
|
|
#endif
|