/************************************************************************************ * FILE PURPOSE: Define the memory usage of the ibl module for the c6472 ************************************************************************************ * FILE NAME: ibl.cmd * * DESCRIPTION: The memory placement for the IBL is defined * ************************************************************************************/ /* In order to speed build time during debug, the object files are saved in * both big and little endian format. The include file is generated by * make to use the correct endian object files */ #include "ibl_init_objs.inc" /* Common memory and section areas between ibl_init and ibl */ #include "ibl_common.inc" SECTIONS { .cinit > TEXT_INIT .const > TEXT_INIT .text > TEXT_INIT .switch > TEXT_INIT .far > DATA_INIT .bss > DATA_INIT }