summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cbcd522)
raw | patch | inline | side by side (parent: cbcd522)
author | M V Pratap Reddy <x0257344@ti.com> | |
Tue, 30 Oct 2018 07:38:47 +0000 (13:08 +0530) | ||
committer | M V Pratap Reddy <x0257344@ti.com> | |
Tue, 30 Oct 2018 07:38:47 +0000 (13:08 +0530) |
- XDC packge version numbers with 0 prefix are considered as octal and
build fails when the version numbers are greater than 7. Removed the
prefix 0s to avoid build failure in future versions.
build fails when the version numbers are greater than 7. Removed the
prefix 0s to avoid build failure in future versions.
package.xdc | patch | blob | history |
diff --git a/package.xdc b/package.xdc
index ef6252dab6c7705506bea7a1f4bed04018b52646..15bd2519ca4f9590ab1e3302ab348a5910158cb2 100755 (executable)
--- a/package.xdc
+++ b/package.xdc
* Copyright (C) 2012-2018, Texas Instruments, Inc.\r
*****************************************************************************/\r
\r
-package ti.drv.rm[2, 2, 0, 03] {\r
+package ti.drv.rm[2, 2, 0, 3] {\r
module Settings;\r
}\r