mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue