9
0
Fork 0

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>
This commit is contained in:
Lucas Stach 2014-05-14 22:45:44 +02:00 committed by Sascha Hauer
parent ce41c53bf3
commit faae9deff3
1 changed files with 0 additions and 5 deletions

View File

@ -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). */