summaryrefslogtreecommitdiffstats
path: root/scripts/tegra
diff options
context:
space:
mode:
authorLucas Stach <dev@lynxeye.de>2014-05-14 22:45:44 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-05-15 14:19:25 +0200
commitfaae9deff32a59af479f82825859efcbd26b96c6 (patch)
treee0ac6798624216cc43b4f7225f8ead40d335e0ec /scripts/tegra
parentce41c53bf3cc23222baefa8e01c1e5774ee363ff (diff)
downloadbarebox-faae9deff32a59af479f82825859efcbd26b96c6.tar.gz
barebox-faae9deff32a59af479f82825859efcbd26b96c6.tar.xz
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 <dev@lynxeye.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'scripts/tegra')
-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). */