diff options
| author | wdenk <wdenk> | 2003-08-07 14:52:18 +0000 | 
|---|---|---|
| committer | wdenk <wdenk> | 2003-08-07 14:52:18 +0000 | 
| commit | 013dc8d9b9d3097150790b381494a133438efae7 (patch) | |
| tree | dc354433b8325412d89ca31dd757337f60973f5c /common/cmd_flash.c | |
| parent | d41e5e6994f41a27be57f3ae42212a4e264d609b (diff) | |
| download | olio-uboot-2014.01-013dc8d9b9d3097150790b381494a133438efae7.tar.xz olio-uboot-2014.01-013dc8d9b9d3097150790b381494a133438efae7.zip | |
Disable debug print for normal use.
Fix MPC5200 FEC driver
Diffstat (limited to 'common/cmd_flash.c')
| -rw-r--r-- | common/cmd_flash.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/cmd_flash.c b/common/cmd_flash.c index 4de022ee8..99d9130c1 100644 --- a/common/cmd_flash.c +++ b/common/cmd_flash.c @@ -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) ? |