diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-12-23 23:11:52 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-12-23 23:11:52 (EST) |
commit | b0fd691b848acdd974689804a06ba22f308861df (patch) | |
tree | f03717e75dfdb151e1b09b742c13811989132646 | |
parent | d993e696d62fba8a3ca3a2e27d9c0d527256ca58 (diff) | |
download | libreboot-b0fd691b848acdd974689804a06ba22f308861df.zip libreboot-b0fd691b848acdd974689804a06ba22f308861df.tar.gz libreboot-b0fd691b848acdd974689804a06ba22f308861df.tar.bz2 |
ich9deblob: improve the instructions in the output
-rw-r--r-- | resources/utilities/ich9deblob/ich9deblob.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/utilities/ich9deblob/ich9deblob.c b/resources/utilities/ich9deblob/ich9deblob.c index f8ed5a4..495c0d5 100644 --- a/resources/utilities/ich9deblob/ich9deblob.c +++ b/resources/utilities/ich9deblob/ich9deblob.c @@ -250,7 +250,7 @@ int main(int argc, char *argv[]) fclose(fileStream); - printf("\ndeblobbed descriptor successfully created: deblobbed_descriptor.bin \n"); + printf("\ndeblobbed descriptor plus gbe successfully created: deblobbed_descriptor.bin \n"); // ------------------------------------------------------------------------------------- |