diff options
-rw-r--r-- | util/nvramtool/accessors/layout-bin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/nvramtool/accessors/layout-bin.c b/util/nvramtool/accessors/layout-bin.c index e545dc51a7..8cf29d8fa7 100644 --- a/util/nvramtool/accessors/layout-bin.c +++ b/util/nvramtool/accessors/layout-bin.c @@ -73,7 +73,7 @@ void process_layout(void) fprintf(stderr, "%s: CMOS option table not found in coreboot table. " "Apparently, the coreboot installed on this system was " - "built without specifying CONFIG_HAVE_OPTION_TABLE.\n", + "built without selecting CONFIG_USE_OPTION_TABLE.\n", prog_name); exit(1); } |