/* Fixed location required for RCHW and program entry point.
Note the 0x0 location is the first address where BAM
searches for a valid RCHW.
*/
resetvector: org = 0x00000000, len = 0x00000010
....
}
SECTIONS
{
/* RCHW + application start address, defined in MPC56xx_init_flash.c */
.__bam_bootarea LOAD (ADDR(resetvector)): {} > resetvector
.....