diff options
author | Maxime Ripard | 2018-01-23 21:16:56 +0100 |
---|---|---|
committer | Tom Rini | 2018-01-27 09:19:11 -0500 |
commit | 29b8f21053e1378b0f21c3ad47169c21b67fb423 (patch) | |
tree | bd9d2fd5fa18672546957e731b4355c2e2011b71 /env/mmc.c | |
parent | d0816da54f91a8aae048c2e7891d3757d72e4c32 (diff) |
env: mmc: Make the debug messages play a little nicer
Since we have global messages to indicate what's going on, the custom
messages in the environment drivers only make the output less readable.
Make MMC play a little nicer by removing all the extra \n and formatting
that is redundant with the global output.
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
Diffstat (limited to 'env/mmc.c')
-rw-r--r-- | env/mmc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/env/mmc.c b/env/mmc.c index ed7bcf16ae0..528fbf97816 100644 --- a/env/mmc.c +++ b/env/mmc.c @@ -233,7 +233,6 @@ static int env_mmc_save(void) goto fini; } - puts("done\n"); ret = 0; #ifdef CONFIG_ENV_OFFSET_REDUND |