am243x: hdsl: Fix the linker file for am243x-lp
- Allocate the buffer for LP example in MSRAM instead of DDR Fixes: PINDSW-6639 Signed-off-by: Dhaval Khandla <dhavaljk@ti.com>
This commit is contained in:
parent
5d204e557c
commit
ce028261cb
@ -106,7 +106,7 @@ SECTIONS
|
|||||||
/* General purpose non cacheable memory, used in some examples */
|
/* General purpose non cacheable memory, used in some examples */
|
||||||
.bss.nocache (NOLOAD) : {} > NON_CACHE_MEM
|
.bss.nocache (NOLOAD) : {} > NON_CACHE_MEM
|
||||||
|
|
||||||
.hdslInterface_mem (NOLOAD) > DDR
|
.hdslInterface_mem (NOLOAD) > MSRAM
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -135,9 +135,8 @@ MEMORY
|
|||||||
/* when using multi-core application's i.e more than one R5F/M4F active, make sure
|
/* when using multi-core application's i.e more than one R5F/M4F active, make sure
|
||||||
* this memory does not overlap with other R5F's
|
* this memory does not overlap with other R5F's
|
||||||
*/
|
*/
|
||||||
MSRAM : ORIGIN = 0x70080000 , LENGTH = 0x60000
|
MSRAM : ORIGIN = 0x70080000 , LENGTH = 0x00150000
|
||||||
/* DDR segment of memory */
|
|
||||||
DDR : ORIGIN = 0x80000000 , LENGTH = 0x3FFFFFFF
|
|
||||||
/* This section can be used to put XIP section of the application in flash, make sure this does not overlap with
|
/* This section can be used to put XIP section of the application in flash, make sure this does not overlap with
|
||||||
* other CPUs. Also make sure to add a MPU entry for this section and mark it as cached and code executable
|
* other CPUs. Also make sure to add a MPU entry for this section and mark it as cached and code executable
|
||||||
*/
|
*/
|
||||||
@ -150,4 +149,4 @@ MEMORY
|
|||||||
USER_SHM_MEM : ORIGIN = 0x701D0000, LENGTH = 0x80
|
USER_SHM_MEM : ORIGIN = 0x701D0000, LENGTH = 0x80
|
||||||
LOG_SHM_MEM : ORIGIN = 0x701D0000 + 0x80, LENGTH = 0x00004000 - 0x80
|
LOG_SHM_MEM : ORIGIN = 0x701D0000 + 0x80, LENGTH = 0x00004000 - 0x80
|
||||||
RTOS_NORTOS_IPC_SHM_MEM : ORIGIN = 0x701D4000, LENGTH = 0x0000C000
|
RTOS_NORTOS_IPC_SHM_MEM : ORIGIN = 0x701D4000, LENGTH = 0x0000C000
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user