mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-28 06:01:22 +01:00
dtt, lm81: move unneccessary printf into a debug printf
Signed-off-by: Heiko Schocher <hs@denx.de>
This commit is contained in:
parent
9e4623a0ad
commit
3426d65daa
@ -109,7 +109,7 @@ static int _dtt_init(int sensor)
|
||||
if (adr < 0)
|
||||
return 1;
|
||||
|
||||
printf ("DTT: Found LM81@%x Rev: %d\n", adr, rev);
|
||||
debug ("DTT: Found LM81@%x Rev: %d\n", adr, rev);
|
||||
return 0;
|
||||
} /* _dtt_init() */
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user