am64x/am243x: EnDat: Update linker files
- Define memory section for gEnDatChInfo structure Fixes: PINDSW-7123 Signed-off-by: Achala Ram <a-ram@ti.com>
This commit is contained in:
parent
002db97cca
commit
3c23f4504f
@ -103,6 +103,9 @@ SECTIONS
|
||||
.bss.ipc_vring_mem (NOLOAD) : {} > RTOS_NORTOS_IPC_SHM_MEM
|
||||
/* General purpose non cacheable memory, used in some examples */
|
||||
.bss.nocache (NOLOAD) : {} > NON_CACHE_MEM
|
||||
|
||||
/* TCM used by ICSS PRU to write endat channel Info */
|
||||
.gEnDatChInfo : {} align(4) > R5F_TCMB0
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
@ -103,6 +103,9 @@ SECTIONS
|
||||
.bss.ipc_vring_mem (NOLOAD) : {} > RTOS_NORTOS_IPC_SHM_MEM
|
||||
/* General purpose non cacheable memory, used in some examples */
|
||||
.bss.nocache (NOLOAD) : {} > NON_CACHE_MEM
|
||||
|
||||
/* TCM used by ICSS PRU to write endat channel Info */
|
||||
.gEnDatChInfo : {} align(4) > R5F_TCMB0
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
@ -103,6 +103,9 @@ SECTIONS
|
||||
.bss.ipc_vring_mem (NOLOAD) : {} > RTOS_NORTOS_IPC_SHM_MEM
|
||||
/* General purpose non cacheable memory, used in some examples */
|
||||
.bss.nocache (NOLOAD) : {} > NON_CACHE_MEM
|
||||
|
||||
/* TCM used by ICSS PRU to write endat channel Info */
|
||||
.gEnDatChInfo : {} align(4) > R5F_TCMB0
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
@ -103,6 +103,9 @@ SECTIONS
|
||||
.bss.ipc_vring_mem (NOLOAD) : {} > RTOS_NORTOS_IPC_SHM_MEM
|
||||
/* General purpose non cacheable memory, used in some examples */
|
||||
.bss.nocache (NOLOAD) : {} > NON_CACHE_MEM
|
||||
|
||||
/* TCM used by ICSS PRU to write endat channel Info */
|
||||
.gEnDatChInfo : {} align(4) > R5F_TCMB0
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
@ -103,6 +103,9 @@ SECTIONS
|
||||
.bss.ipc_vring_mem (NOLOAD) : {} > RTOS_NORTOS_IPC_SHM_MEM
|
||||
/* General purpose non cacheable memory, used in some examples */
|
||||
.bss.nocache (NOLOAD) : {} > NON_CACHE_MEM
|
||||
|
||||
/* TCM used by ICSS PRU to write endat channel Info */
|
||||
.gEnDatChInfo : {} align(4) > R5F_TCMB0
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
@ -103,6 +103,9 @@ SECTIONS
|
||||
.bss.ipc_vring_mem (NOLOAD) : {} > RTOS_NORTOS_IPC_SHM_MEM
|
||||
/* General purpose non cacheable memory, used in some examples */
|
||||
.bss.nocache (NOLOAD) : {} > NON_CACHE_MEM
|
||||
|
||||
/* TCM used by ICSS PRU to write endat channel Info */
|
||||
.gEnDatChInfo : {} align(4) > R5F_TCMB0
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
@ -103,6 +103,9 @@ SECTIONS
|
||||
.bss.ipc_vring_mem (NOLOAD) : {} > RTOS_NORTOS_IPC_SHM_MEM
|
||||
/* General purpose non cacheable memory, used in some examples */
|
||||
.bss.nocache (NOLOAD) : {} > NON_CACHE_MEM
|
||||
|
||||
/* TCM used by ICSS PRU to write endat channel Info */
|
||||
.gEnDatChInfo : {} align(4) > R5F_TCMB0
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user