summaryrefslogtreecommitdiffstats
path: root/scripts/tegra/cbootimage.c
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/tegra/cbootimage.c')
-rw-r--r--scripts/tegra/cbootimage.c5
1 files changed, 0 insertions, 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). */