aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libnvram/nvram.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libnvram/nvram.c b/lib/libnvram/nvram.c
index 2cb83dc..5c11376 100644
--- a/lib/libnvram/nvram.c
+++ b/lib/libnvram/nvram.c
@@ -48,8 +48,8 @@ void nvram_init(uint32_t _fetch_token, uint32_t _store_token,
NVRAM_LENGTH = _nvram_length;
nvram_buffer = nvram_addr;
- printf("\nNVRAM: size=%d, fetch=%x, store=%x\n",
- NVRAM_LENGTH, fetch_token, store_token);
+ DEBUG("\nNVRAM: size=%d, fetch=%x, store=%x\n",
+ NVRAM_LENGTH, fetch_token, store_token);
#endif
}