[coreboot-gerrit] Change in coreboot[master]: Nvramtool: Fix message when option table is not found

Arthur Heymans (Code Review) gerrit at coreboot.org
Wed Jan 24 16:40:58 CET 2018


Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/23410


Change subject: Nvramtool: Fix message when option table is not found
......................................................................

Nvramtool: Fix message when option table is not found

Having an option table pertains to CONFIG_USE_OPTION_TABLE.

Change-Id: Ia8a84e3e59ee50444c7f7d17b34bea86ee475909
Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
---
M util/nvramtool/accessors/layout-bin.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/10/23410/1

diff --git a/util/nvramtool/accessors/layout-bin.c b/util/nvramtool/accessors/layout-bin.c
index e545dc5..8cf29d8 100644
--- a/util/nvramtool/accessors/layout-bin.c
+++ b/util/nvramtool/accessors/layout-bin.c
@@ -73,7 +73,7 @@
 		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);
 	}

-- 
To view, visit https://review.coreboot.org/23410
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia8a84e3e59ee50444c7f7d17b34bea86ee475909
Gerrit-Change-Number: 23410
Gerrit-PatchSet: 1
Gerrit-Owner: Arthur Heymans <arthur at aheymans.xyz>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180124/1c5b8ed9/attachment.html>


More information about the coreboot-gerrit mailing list