]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-demos/posix-smp.git/commitdiff
Redirecting .text for k2e/c66 project to DDR3
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Fri, 20 Oct 2017 19:48:12 +0000 (15:48 -0400)
committerMahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Fri, 20 Oct 2017 19:48:12 +0000 (15:48 -0400)
This was done due to a size increase in all sections and not being able
to fit in L2SRAM anymore.

Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
k2e/c66/bios/dhry.cfg

index 67b2dad36b1f008bb360eefca71e4ca7496a7a70..bf54749c6404d0f9c28d321a54df4518e628541e 100644 (file)
@@ -97,3 +97,6 @@ Gpio.Settings.socType = socType;
 /* Load the Board package and set the board name */
 var Board = xdc.loadPackage('ti.board');
 Board.Settings.boardName = "evmK2E";
+
+Program.sectMap[".text"] = "DDR3";
+