2008-05-21 03:55:17 +00:00
|
|
|
#include "config.h"
|
|
|
|
|
2011-01-15 09:38:23 +00:00
|
|
|
/* Can't link all Philips ARM 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"
|
2013-07-19 12:18:16 +00:00
|
|
|
#else
|
|
|
|
#include "../pp/boot-pp.lds"
|
2011-01-15 09:38:23 +00:00
|
|
|
#endif
|