Skip to content

Commit

Permalink
Forgot a semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
jad13041 committed Jan 13, 2020
1 parent 274e3b9 commit 94023d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ddr/fsl/util.c
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ void print_ddr_info(unsigned int start_ctrl)
}
}
#endif
puts("\nIn util.c\n")
puts("\nIn util.c\n");
if ((sdram_cfg >> 8) & 0x7f) {
puts("\n");
puts(" DDR Chip-Select Interleaving Mode: ");
Expand Down

0 comments on commit 94023d9

Please sign in to comment.