Skip to content

Commit

Permalink
axicdma: Fix typos in peripheral app generation tcl
Browse files Browse the repository at this point in the history
Fix typos in peripheral app generation tcl. No functional change.

Signed-off-by: Radhey Shyam Pandey <radhey.shyam.pandey@xilinx.com>

Acked-for-series: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>
  • Loading branch information
radheyxilinx authored and saddepal committed Oct 4, 2018
1 parent 394e44f commit 20df53d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions XilinxProcessorIPLib/drivers/axicdma/data/axicdma_tapp.tcl
Expand Up @@ -29,6 +29,7 @@
# -------- ------ -------- ----------------------------------------------------
# 3.0 adk 12/10/13 Updated as per the New Tcl API's
# 4.5 rsp 07/06/18 Remove space b/w backslash and newline
# 4.5 rsp 10/03/18 Fix typos
##############################################################################

## @BEGIN_CHANGELOG EDK_I_SP1
Expand Down Expand Up @@ -256,7 +257,7 @@ proc gen_testfunc_call {swproj mhsinst} {
{
int status;
print(\"\\r\\n Runnning XAxiCdma_SimplePollExample() for ${ipname}...\\r\\n\");
print(\"\\r\\n Running XAxiCdma_SimplePollExample() for ${ipname}...\\r\\n\");
status = XAxiCdma_SimplePollExample(${deviceid});
Expand Down Expand Up @@ -304,7 +305,7 @@ proc gen_testfunc_call {swproj mhsinst} {
{
int status;
print(\"\\r\\n Runnning XAxiCdma_SgPollExample() for ${ipname}...\\r\\n\");
print(\"\\r\\n Running XAxiCdma_SgPollExample() for ${ipname}...\\r\\n\");
status = XAxiCdma_SgPollExample(${deviceid});
Expand Down

0 comments on commit 20df53d

Please sign in to comment.