From 179a9048ddd1f45aa80865eb07a793394c6152e5 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Wed, 24 Jan 2018 16:36:09 +0100 Subject: 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 Reviewed-on: https://review.coreboot.org/23410 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber Reviewed-by: Paul Menzel --- util/nvramtool/accessors/layout-bin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/nvramtool/accessors/layout-bin.c b/util/nvramtool/accessors/layout-bin.c index e545dc51a77e..8cf29d8fa745 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); } -- cgit v1.2.3