Skip to content
Snippets Groups Projects
Commit 013dc8d9 authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

Disable debug print for normal use.

Fix MPC5200 FEC driver
parent d41e5e69
No related branches found
No related tags found
No related merge requests found
......@@ -277,7 +277,7 @@ int flash_sect_erase (ulong addr_first, ulong addr_last)
++bank, ++info) {
if (s_first[bank]>=0) {
erased += s_last[bank] - s_first[bank] + 1;
printf ("Erase Flash from 0x%08lx to 0x%08lx "
debug ("Erase Flash from 0x%08lx to 0x%08lx "
"in Bank # %ld ",
info->start[s_first[bank]],
(s_last[bank] == info->sector_count) ?
......
......@@ -491,7 +491,7 @@ static int mpc5xxx_fec_init(struct eth_device *dev, bd_t * bis)
printf("mpc5xxx_fec_init... Done \n");
#endif
return 0;
return 1;
}
/********************************************************************/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment