summaryrefslogtreecommitdiff
path: root/util/nvramtool/lbtable.c
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2009-06-30 15:23:20 +0000
committerStefan Reinauer <stepan@openbios.org>2009-06-30 15:23:20 +0000
commit775c04e53743150dbd47ef85986b681ab5522618 (patch)
treeb0b41d10f21a2ef626846a3054a8ffc5c1b997d7 /util/nvramtool/lbtable.c
parent0867062412dd4bfe5a556e5f3fd85ba5b682d79b (diff)
downloadcoreboot-775c04e53743150dbd47ef85986b681ab5522618.tar.xz
commit svn:externals for last commit (what a pain) (1/2)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4382 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/nvramtool/lbtable.c')
-rw-r--r--util/nvramtool/lbtable.c4
1 files changed, 2 insertions, 2 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);
}