]> git.ipfire.org Git - people/ms/u-boot.git/commit
bootstage: Use debug() for stashing messages
authorSimon Glass <sjg@chromium.org>
Mon, 22 May 2017 11:05:29 +0000 (05:05 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 5 Jun 2017 18:13:06 +0000 (14:13 -0400)
commitff00226e0b55d08c55fca843ff9c4819b247e08c
treec028d234bcdd18b2a098fe71d33c60e104ad1058
parentc91001f608597a727261449b3c6fd3afe7d6551c
bootstage: Use debug() for stashing messages

We don't normally want to see these messages. Change them to debug-only.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/bootstage.c