]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/ibl.git/blob - src/make/ibl_c6474l/ibl_init.cmd
6474l: Add infrastructure to build 6474l
[keystone-rtos/ibl.git] / src / make / ibl_c6474l / ibl_init.cmd
1 /************************************************************************************
2  * FILE PURPOSE: Define the memory usage of the ibl module for the c6474
3  ************************************************************************************
4  * FILE NAME: ibl.cmd
5  *
6  * DESCRIPTION: The memory placement for the IBL is defined
7  *
8  ************************************************************************************/
10 /* In order to speed build time during debug, the object files are saved in
11  * both big and little endian format. The include file is generated by
12  * make to use the correct endian object files
13  */
14 #include "ibl_init_objs.inc"
17 /* Common memory and section areas between ibl_init and ibl */
18 #include "ibl_common.inc"
21 SECTIONS
22 {
23         .cinit  > TEXT_INIT
24         .const  > TEXT_INIT
25         .text   > TEXT_INIT
26         .switch > TEXT_INIT
27         .far    > DATA_INIT
28         .bss    > DATA_INIT
30 }