提交 ff00226e 编写于 作者: S Simon Glass 提交者: Tom Rini

bootstage: Use debug() for stashing messages

We don't normally want to see these messages. Change them to debug-only.
Signed-off-by: NSimon Glass <sjg@chromium.org>
上级 c91001f6
......@@ -409,7 +409,7 @@ int bootstage_stash(void *base, int size)
/* Update total data size */
hdr->size = ptr - (char *)base;
printf("Stashed %d records\n", hdr->count);
debug("Stashed %d records\n", hdr->count);
return 0;
}
......@@ -479,7 +479,7 @@ int bootstage_unstash(void *base, int size)
/* Mark the records as read */
data->rec_count += hdr->count;
printf("Unstashed %d records\n", hdr->count);
debug("Unstashed %d records\n", hdr->count);
return 0;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册