From faae9deff32a59af479f82825859efcbd26b96c6 Mon Sep 17 00:00:00 2001 From: Lucas Stach Date: Wed, 14 May 2014 22:45:44 +0200 Subject: tegra: cbootimage: remove noisy output Our build is quiet by default, so don't allow cbootimage to spam our logs. Signed-off-by: Lucas Stach Signed-off-by: Sascha Hauer --- scripts/tegra/cbootimage.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/tegra/cbootimage.c b/scripts/tegra/cbootimage.c index a341171079..89682eb8b9 100644 --- a/scripts/tegra/cbootimage.c +++ b/scripts/tegra/cbootimage.c @@ -217,8 +217,6 @@ main(int argc, char *argv[]) fwrite(context.bct, 1, context.bct_size, context.raw_file); - printf("New BCT file %s has been successfully generated!\n", - context.image_filename); goto fail; } @@ -232,9 +230,6 @@ main(int argc, char *argv[]) /* The image hasn't been written yet. */ if (write_image_file(&context) != 0) printf("Error writing image file.\n"); - else - printf("Image file %s has been successfully generated!\n", - context.image_filename); fail: /* Close the file(s). */ -- cgit v1.2.3