Skip to content

Commit

Permalink
Added a print for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jad13041 committed Jan 10, 2020
1 parent 9648cd9 commit 03d69f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/dma/fsl_dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ void dma_meminit(uint val, uint size)
{
uint *p = 0;
uint i = 0;

puts("im in dma_meminit\n");
for (*p = 0; p < (uint *)(8 * 1024); p++) {
if (((uint)p & 0x1f) == 0)
ppcDcbz((ulong)p);
Expand Down

0 comments on commit 03d69f1

Please sign in to comment.