summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSinthu Raja M2017-11-09 12:48:11 -0600
committerPratap Reddy2017-11-14 02:02:27 -0600
commit654b2048a4b5c7ba6149653adfd7acc960d9e9f8 (patch)
tree8bf45f79d397b20e7d767ee4a8ec0c4938ee0d05 /package.xs
parent3b052896a2f65e43be47f1bc9c2c2fc5b23d6492 (diff)
downloadpcie-lld-654b2048a4b5c7ba6149653adfd7acc960d9e9f8.tar.gz
pcie-lld-654b2048a4b5c7ba6149653adfd7acc960d9e9f8.tar.xz
pcie-lld-654b2048a4b5c7ba6149653adfd7acc960d9e9f8.zip
PRSDK-3190: Added support for AM574x SoC
- Updated makefile to support PCIE library for AM574x SoC - Added SOC file for AM574x Signed-off-by: Pratap Reddy <x0257344@ti.com>
Diffstat (limited to 'package.xs')
-rw-r--r--package.xs1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.xs b/package.xs
index 5bf7809..7beec68 100644
--- a/package.xs
+++ b/package.xs
@@ -59,6 +59,7 @@ function getLibs(prog)
59 'c6657', 59 'c6657',
60 'c6678', 60 'c6678',
61 'am571x', 61 'am571x',
62 'am574x',
62 'am572x' 63 'am572x'
63 ]; 64 ];
64 65