d2249dce6f
These nearly identical files are multiplying like rabbits as PP targets are added and make SoC-related changes a PITA. Just include the master .lds file from the target one as was done for bootloader USB. Change-Id: I65e9e653030f0688b1728e32ada16abf2932e029
8 lines
202 B
Text
8 lines
202 B
Text
#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
|