[PATCH v2 17/25] tegra: cbootimage: remove noisy output
Lucas Stach
dev at lynxeye.de
Wed May 14 13:45:44 PDT 2014
Our build is quiet by default, so don't allow cbootimage
to spam our logs.
Signed-off-by: Lucas Stach <dev at lynxeye.de>
---
scripts/tegra/cbootimage.c | 5 -----
1 file changed, 5 deletions(-)
diff --git a/scripts/tegra/cbootimage.c b/scripts/tegra/cbootimage.c
index 1332c5f118b5..51422d1efa69 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). */
--
1.9.0
More information about the barebox
mailing list