diff options
Diffstat (limited to 'util/nvramtool')
-rw-r--r-- | util/nvramtool/lbtable.c | 4 | ||||
-rw-r--r-- | util/nvramtool/nvramtool.8 | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/util/nvramtool/lbtable.c b/util/nvramtool/lbtable.c index f730314769..166fdc0370 100644 --- a/util/nvramtool/lbtable.c +++ b/util/nvramtool/lbtable.c @@ -143,7 +143,7 @@ static const char generic_nofound_msg[] = static const char nofound_msg_cmos_opt_table[] = "%s: Item %s not found in coreboot table. Apparently, the " "coreboot installed on this system was built without specifying " -"HAVE_OPTION_TABLE.\n"; +"CONFIG_HAVE_OPTION_TABLE.\n"; static const char nofound_msg_option_checksum[] = "%s: Item %s not found in coreboot table. Apparently, you are " @@ -350,7 +350,7 @@ void get_layout_from_cmos_table (void) { fprintf(stderr, "%s: CMOS option table not found in coreboot table. " "Apparently, the coreboot installed on this system was " - "built without specifying HAVE_OPTION_TABLE.\n", + "built without specifying CONFIG_HAVE_OPTION_TABLE.\n", prog_name); exit(1); } diff --git a/util/nvramtool/nvramtool.8 b/util/nvramtool/nvramtool.8 index 985d1a6fae..2b9ff496ba 100644 --- a/util/nvramtool/nvramtool.8 +++ b/util/nvramtool/nvramtool.8 @@ -192,7 +192,7 @@ follows the format of the files provided by coreboot. If the coreboot installed on your system was built without specifying -.B "HAVE_OPTION_TABLE," +.B "CONFIG_HAVE_OPTION_TABLE," then the coreboot table will not contain a CMOS option table. In this case, the .B "'-y LAYOUT_FILE'" |