Skip to content
  • Wolfgang Denk's avatar
    phy.c: make less verbose - turn printf() into debug() · b91a9d9d
    Wolfgang Denk authored
    
    
    The PHY driver was too verbose and corrupted the boot message display
    like this:
    
    	...
    	Net:   TSEC0 connected to Marvell 88E1111S
    	TSEC1 connected to Marvell 88E1111S
    	TSEC0, TSEC1
    	...
    
    Turn printf() into debug() so we het the expected output again:
    
    	...
    	Net:   TSEC0, TSEC1
    	...
    
    Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
    Cc: Kumar Gala <galak@kernel.crashing.org>
    b91a9d9d