summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan2019-01-07 17:54:50 -0600
committerMahesh Radhakrishnan2019-07-22 13:33:44 -0500
commit5087b13e645a5cbdfa8f2ed5ef5b9e5772ee076c (patch)
treef92c390403171daa97b4ae544d940805773ee8ef
parentce1c37c6bb45bfeedc62d710e6fdf030945d8d1e (diff)
downloadedma3_lld-5087b13e645a5cbdfa8f2ed5ef5b9e5772ee076c.tar.gz
edma3_lld-5087b13e645a5cbdfa8f2ed5ef5b9e5772ee076c.tar.xz
edma3_lld-5087b13e645a5cbdfa8f2ed5ef5b9e5772ee076c.zip
CATREQ-2702: Removing references to C6x big_endian after sysbios 6.75.x.x update
-rwxr-xr-xexamples/edma3_driver/evmAM571x_DSP/rtsc_config/custom_config.bld19
-rwxr-xr-xexamples/edma3_driver/evmAM572x_DSP/rtsc_config/custom_config.bld15
-rw-r--r--examples/edma3_driver/evmDRA72x_DSP/rtsc_config/custom_config.bld18
-rw-r--r--examples/edma3_driver/evmTDA3xx_DSP/rtsc_config/custom_config.bld16
-rw-r--r--examples/edma3_driver/evmtda2xx/rtsc_config/custom_config.bld16
5 files changed, 0 insertions, 84 deletions
diff --git a/examples/edma3_driver/evmAM571x_DSP/rtsc_config/custom_config.bld b/examples/edma3_driver/evmAM571x_DSP/rtsc_config/custom_config.bld
index 75b856a..df216b3 100755
--- a/examples/edma3_driver/evmAM571x_DSP/rtsc_config/custom_config.bld
+++ b/examples/edma3_driver/evmAM571x_DSP/rtsc_config/custom_config.bld
@@ -24,26 +24,7 @@ C66_ELF.platforms = ["ti.platforms.evmDRA7XX:DSP_1"];
24C66_ELF.platform = C66_ELF.platforms[0]; 24C66_ELF.platform = C66_ELF.platforms[0];
25/**********************************c66******************************/ 25/**********************************c66******************************/
26 26
27/**********************************c66******************************/
28var C66e = xdc.useModule('ti.targets.elf.C66_big_endian');
29
30C66e.rootDir = java.lang.System.getenv("CGTOOLS_ELF");
31
32C66e.ccOpts.suffix += " -mi10 -mo -me --symdebug:none -O3";
33
34/* linker options */
35
36C66e.lnkOpts.suffix += " --zero_init=off ";
37C66e.lnkOpts.suffix += " --dynamic --retain=_Ipc_ResetVector";
38
39C66e.platforms = ["ti.platforms.evmDRA7XX:DSP_1"];
40
41C66e.platform = C66e.platforms[0];
42/**********************************c66******************************/
43
44
45/* list interested targets in Build.targets array */ 27/* list interested targets in Build.targets array */
46Build.targets = [ 28Build.targets = [
47 C66_ELF, 29 C66_ELF,
48 C66e
49 ]; 30 ];
diff --git a/examples/edma3_driver/evmAM572x_DSP/rtsc_config/custom_config.bld b/examples/edma3_driver/evmAM572x_DSP/rtsc_config/custom_config.bld
index 75b856a..0cced84 100755
--- a/examples/edma3_driver/evmAM572x_DSP/rtsc_config/custom_config.bld
+++ b/examples/edma3_driver/evmAM572x_DSP/rtsc_config/custom_config.bld
@@ -25,25 +25,10 @@ C66_ELF.platform = C66_ELF.platforms[0];
25/**********************************c66******************************/ 25/**********************************c66******************************/
26 26
27/**********************************c66******************************/ 27/**********************************c66******************************/
28var C66e = xdc.useModule('ti.targets.elf.C66_big_endian');
29
30C66e.rootDir = java.lang.System.getenv("CGTOOLS_ELF");
31
32C66e.ccOpts.suffix += " -mi10 -mo -me --symdebug:none -O3";
33
34/* linker options */
35
36C66e.lnkOpts.suffix += " --zero_init=off ";
37C66e.lnkOpts.suffix += " --dynamic --retain=_Ipc_ResetVector";
38
39C66e.platforms = ["ti.platforms.evmDRA7XX:DSP_1"];
40
41C66e.platform = C66e.platforms[0];
42/**********************************c66******************************/ 28/**********************************c66******************************/
43 29
44 30
45/* list interested targets in Build.targets array */ 31/* list interested targets in Build.targets array */
46Build.targets = [ 32Build.targets = [
47 C66_ELF, 33 C66_ELF,
48 C66e
49 ]; 34 ];
diff --git a/examples/edma3_driver/evmDRA72x_DSP/rtsc_config/custom_config.bld b/examples/edma3_driver/evmDRA72x_DSP/rtsc_config/custom_config.bld
index 75b856a..3e900a4 100644
--- a/examples/edma3_driver/evmDRA72x_DSP/rtsc_config/custom_config.bld
+++ b/examples/edma3_driver/evmDRA72x_DSP/rtsc_config/custom_config.bld
@@ -24,26 +24,8 @@ C66_ELF.platforms = ["ti.platforms.evmDRA7XX:DSP_1"];
24C66_ELF.platform = C66_ELF.platforms[0]; 24C66_ELF.platform = C66_ELF.platforms[0];
25/**********************************c66******************************/ 25/**********************************c66******************************/
26 26
27/**********************************c66******************************/
28var C66e = xdc.useModule('ti.targets.elf.C66_big_endian');
29
30C66e.rootDir = java.lang.System.getenv("CGTOOLS_ELF");
31
32C66e.ccOpts.suffix += " -mi10 -mo -me --symdebug:none -O3";
33
34/* linker options */
35
36C66e.lnkOpts.suffix += " --zero_init=off ";
37C66e.lnkOpts.suffix += " --dynamic --retain=_Ipc_ResetVector";
38
39C66e.platforms = ["ti.platforms.evmDRA7XX:DSP_1"];
40
41C66e.platform = C66e.platforms[0];
42/**********************************c66******************************/
43
44 27
45/* list interested targets in Build.targets array */ 28/* list interested targets in Build.targets array */
46Build.targets = [ 29Build.targets = [
47 C66_ELF, 30 C66_ELF,
48 C66e
49 ]; 31 ];
diff --git a/examples/edma3_driver/evmTDA3xx_DSP/rtsc_config/custom_config.bld b/examples/edma3_driver/evmTDA3xx_DSP/rtsc_config/custom_config.bld
index 75b856a..c593ff5 100644
--- a/examples/edma3_driver/evmTDA3xx_DSP/rtsc_config/custom_config.bld
+++ b/examples/edma3_driver/evmTDA3xx_DSP/rtsc_config/custom_config.bld
@@ -25,25 +25,9 @@ C66_ELF.platform = C66_ELF.platforms[0];
25/**********************************c66******************************/ 25/**********************************c66******************************/
26 26
27/**********************************c66******************************/ 27/**********************************c66******************************/
28var C66e = xdc.useModule('ti.targets.elf.C66_big_endian');
29
30C66e.rootDir = java.lang.System.getenv("CGTOOLS_ELF");
31
32C66e.ccOpts.suffix += " -mi10 -mo -me --symdebug:none -O3";
33
34/* linker options */
35
36C66e.lnkOpts.suffix += " --zero_init=off ";
37C66e.lnkOpts.suffix += " --dynamic --retain=_Ipc_ResetVector";
38
39C66e.platforms = ["ti.platforms.evmDRA7XX:DSP_1"];
40
41C66e.platform = C66e.platforms[0];
42/**********************************c66******************************/
43 28
44 29
45/* list interested targets in Build.targets array */ 30/* list interested targets in Build.targets array */
46Build.targets = [ 31Build.targets = [
47 C66_ELF, 32 C66_ELF,
48 C66e
49 ]; 33 ];
diff --git a/examples/edma3_driver/evmtda2xx/rtsc_config/custom_config.bld b/examples/edma3_driver/evmtda2xx/rtsc_config/custom_config.bld
index 75b856a..c593ff5 100644
--- a/examples/edma3_driver/evmtda2xx/rtsc_config/custom_config.bld
+++ b/examples/edma3_driver/evmtda2xx/rtsc_config/custom_config.bld
@@ -25,25 +25,9 @@ C66_ELF.platform = C66_ELF.platforms[0];
25/**********************************c66******************************/ 25/**********************************c66******************************/
26 26
27/**********************************c66******************************/ 27/**********************************c66******************************/
28var C66e = xdc.useModule('ti.targets.elf.C66_big_endian');
29
30C66e.rootDir = java.lang.System.getenv("CGTOOLS_ELF");
31
32C66e.ccOpts.suffix += " -mi10 -mo -me --symdebug:none -O3";
33
34/* linker options */
35
36C66e.lnkOpts.suffix += " --zero_init=off ";
37C66e.lnkOpts.suffix += " --dynamic --retain=_Ipc_ResetVector";
38
39C66e.platforms = ["ti.platforms.evmDRA7XX:DSP_1"];
40
41C66e.platform = C66e.platforms[0];
42/**********************************c66******************************/
43 28
44 29
45/* list interested targets in Build.targets array */ 30/* list interested targets in Build.targets array */
46Build.targets = [ 31Build.targets = [
47 C66_ELF, 32 C66_ELF,
48 C66e
49 ]; 33 ];