Syntax
[xip_mode] <partition>
Description
Indicates 'eXecute In Place'; the FSBL executes directly from QSPI flash.
Note: This attribute is only
applicable for an FSBL/Bootloader partition.
Arguments
Specified partition.
Example
This example shows how to create a boot image that executes in place for an AMD Zynq™ UltraScale+™ MPSoC device.
all:
{
[bootloader, xip_mode] fsbl.elf
application.elf
}