unfortunately I an not familiar with LPC processors and "Plain load image".
Suggest to look at app notes describing qspi booting process on:
i.MX RT1050 MCU/Applications Crossover Processor | Arm® Cortex®-M7 @600 MHz, 512KB SRAM |NXP
In general qspi/hyperflash boot image is the same image which will be executed from sdram with addition of header.
Header is described in sect.2.5. Boot Image AN12107. There are special tools (sect.3. Program tools) which use
complicated procedures for generating header and whole image. If your question is about how to generate boot image
without using these tools, just running some sdram application for generating new boot image and writing it to qspi,
I belielve such complex task is not supported in nxp software.
Best regards
igor