blob: 5a6fa000adbdd856f938f42be645d6e31bfaeb7a (
plain)
1
2
3
4
5
6
7
8
|
#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
|