Syntax
{ copy = <addr> }
Description
This attribute specifies that the image is to be copied to memory at specified address.
Example
test:
{
image
{
{ type = bootimage, file = base.pdi }
}
image
{
name=subsys_1, id=0x1c000000, copy = 0x30000
{ core=psm, file=psm.elf }
{ type=cdo, file=ps_data.cdo }
{ core=a72-0, file=a72_app.elf }
}
}