Skip to content

Commit

Permalink
added more debugging prints
Browse files Browse the repository at this point in the history
  • Loading branch information
jad13041 committed Jan 14, 2020
1 parent 7dd0672 commit 8061162
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/mem.c
Original file line number Diff line number Diff line change
Expand Up @@ -1329,7 +1329,7 @@ U_BOOT_CMD(
#ifdef CONFIG_CMD_MEMINFO
__weak void board_show_dram(phys_size_t size)
{
puts("DRAM: ");
puts("DRAM: mem.c ");
print_size(size, "\n");
}

Expand Down
2 changes: 1 addition & 1 deletion common/board_f.c
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ static int display_text_info(void)

static int announce_dram_init(void)
{
puts("DRAM: (I sure hope it doesn't init) ");
puts("DRAM: board_f.c ");
return 0;
}

Expand Down

0 comments on commit 8061162

Please sign in to comment.