summaryrefslogtreecommitdiff
path: root/util/inteltool/ivy_memory.c
diff options
context:
space:
mode:
authorStefan Tauner <stefan.tauner@gmx.at>2016-05-05 17:29:39 +0200
committerMartin Roth <martinroth@google.com>2016-05-13 16:58:56 +0200
commit572f07497104e1f9c4e1ed0fd01850a9e2a4803f (patch)
tree0d9aba06f48bfd30ae98e67b10b93943215392fc /util/inteltool/ivy_memory.c
parentc3ee3f6d7efaeba91be2a04e694577f061c3668a (diff)
downloadcoreboot-572f07497104e1f9c4e1ed0fd01850a9e2a4803f.tar.xz
inteltool: update documentation
- manpage - usage message - new warning message if -S is used on an unsupported chipset Change-Id: I1acaa5f4232b65244ec00fd22ec7460d9cc387f1 Signed-off-by: Stefan Tauner <stefan.tauner@gmx.at> Reviewed-on: https://review.coreboot.org/14624 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'util/inteltool/ivy_memory.c')
-rw-r--r--util/inteltool/ivy_memory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/inteltool/ivy_memory.c b/util/inteltool/ivy_memory.c
index 0dfa7999d6..92e61acd12 100644
--- a/util/inteltool/ivy_memory.c
+++ b/util/inteltool/ivy_memory.c
@@ -359,7 +359,7 @@ void ivybridge_dump_timings(const char *dump_spd_file)
printf("/* SPD matching current mode: */\n");
- FILE *dump_spd = 0;
+ FILE *dump_spd = NULL;
if (dump_spd_file) {
dump_spd = fopen (dump_spd_file, "wb");