blob: 6185abcf37d2da6dc6fbf91e80c570be160dc8f6 [file] [log] [blame]
var CortexA8 = xdc.module("arm.targets.CortexA8");
/* edit these values for your environment */
CortexA8.rootDir = "/db/ztree/dr/RVCT";
CortexA8.VERS = "4.0/400";
CortexA8.TARG = "linux-pentium";
/* import package defaults */
xdc.loadCapsule("defaults.bld");
/* configure a default device for the generic platform used by
* the CortexA8 targets
*/
Build.platformTable["xdc.platform.generic"] = {
clockRate: 600,
deviceName: "OMAP2430",
catalogName: "ti.catalog.arm",
};
/* specify the set of targets to build with */
Build.targets = [CortexA8];