Skip to content
Snippets Groups Projects
  1. Aug 31, 2011
    • 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
  2. Aug 26, 2011
  3. Aug 22, 2011
  4. Aug 19, 2011
  5. Aug 08, 2011
  6. Aug 04, 2011
Loading