Syntax
{ delay_load }
Description
This attribute specifies that the loading of subsystem is delayed.
Example
test:
{
image
{
{ type = bootimage, file = base.pdi }
}
image
{
name=subsys_1, id=0x1c000000, delay_load
{ core=psm, file=psm.elf }
{ type=cdo, file=ps_data.cdo }
{ core=a72-0, file=a72_app.elf }
}
}