summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorSam Nelson <sam.nelson@ti.com>2019-10-05 09:09:38 -0400
committerSam Nelson <sam.nelson@ti.com>2019-10-05 11:17:46 -0400
commitee8e1889bcada8da3d61145dab912afb86b8ac5f (patch)
tree988d31cf316d1f4c8273748105b9397e6e45272f /packages
parentce2209dc2f49eeb6bbd8a8caca471ae6062e3480 (diff)
downloadipc-ee8e1889bcada8da3d61145dab912afb86b8ac5f.tar.gz
GateHWSem: Update stack variable to match usage
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Diffstat (limited to 'packages')
-rw-r--r--packages/ti/sdo/ipc/gates/GateHWSem.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/ti/sdo/ipc/gates/GateHWSem.c b/packages/ti/sdo/ipc/gates/GateHWSem.c
index 6e7cd92..995c438 100644
--- a/packages/ti/sdo/ipc/gates/GateHWSem.c
+++ b/packages/ti/sdo/ipc/gates/GateHWSem.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012-2013, Texas Instruments Incorporated
+ * Copyright (c) 2012-2019, Texas Instruments Incorporated
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -48,7 +48,7 @@
*/
Int GateHWSem_Module_startup(Int phase)
{
- Int i;
+ UInt i;
volatile UInt32 *baseAddr = (volatile UInt32 *)GateHWSem_baseAddr;
Bits32 *reservedMaskArr = (Bits32 *)GateHWSem_reservedMaskArr;