summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Nelson2018-08-17 12:27:38 -0500
committerSam Nelson2018-08-22 12:59:31 -0500
commit8b1db2043195aa9baa97529fa5486f7578fc1fe7 (patch)
tree877eb12b9ecc9f1670a32fb0efc643ac55f0c45d
parent1975687076426b587be8d2530df56c24425ca53a (diff)
downloadipc-examples-8b1db2043195aa9baa97529fa5486f7578fc1fe7.tar.gz
ipc-examples-8b1db2043195aa9baa97529fa5486f7578fc1fe7.tar.xz
ipc-examples-8b1db2043195aa9baa97529fa5486f7578fc1fe7.zip
am65xx: Add startup section to avoid boot issues
The startup section needs to be there, as this will be executed before MMU configuration Signed-off-by: Sam Nelson <sam.nelson@ti.com>
-rw-r--r--src/examples/templates/ex02_messageq/slave/R5FLink_hostbios.cmd1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/examples/templates/ex02_messageq/slave/R5FLink_hostbios.cmd b/src/examples/templates/ex02_messageq/slave/R5FLink_hostbios.cmd
index 6adf755..1b7401b 100644
--- a/src/examples/templates/ex02_messageq/slave/R5FLink_hostbios.cmd
+++ b/src/examples/templates/ex02_messageq/slave/R5FLink_hostbios.cmd
@@ -63,6 +63,7 @@ SECTIONS{
63 boot.*(.text) 63 boot.*(.text)
64 *(.text:ti_sysbios_family_arm_MPU_*) 64 *(.text:ti_sysbios_family_arm_MPU_*)
65 *(.text:ti_sysbios_family_arm_v7r_Cache_*) 65 *(.text:ti_sysbios_family_arm_v7r_Cache_*)
66 *(.text:xdc_runtime_Startup_reset__I)
66 } > ATCM 67 } > ATCM
67 68
68 .text align(8) : {} > EXT_R5F 69 .text align(8) : {} > EXT_R5F