[zynq-common] squelch a little bit of debug spew when compiling at lower debug levels

This commit is contained in:
Travis Geiselbrecht
2015-05-02 22:47:33 -07:00
parent 9fcf5cffaa
commit 5b830de81f
2 changed files with 6 additions and 2 deletions

View File

@@ -257,7 +257,7 @@ status_t spiflash_detect(void)
memset(r, 0, sizeof(r));
spiflash_read_otp(r, 0, 16);
TRACEF("OTP random %08x%08x%08x%08x\n", r[0], r[1], r[2], r[3]);
LTRACEF("OTP random %08x%08x%08x%08x\n", r[0], r[1], r[2], r[3]);
rand_add_entropy(r, sizeof(r));
flash.detected = true;