From 780e931eed8937bd8e304449913f487fa1d056c5 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Wed, 10 Jan 2018 14:35:55 +0100 Subject: util/blobtool: rename to bincfg The name blobtool is confusing as 'blob' is also used to describe nonfree software in binary form. Since this utility deals with binary configurations it makes more sense to call it bincfg. Change-Id: I3339274f1c42df4bb4a6b30b9538d91c3c03d7d0 Signed-off-by: Denis 'GNUtoo' Carikli Reviewed-on: https://review.coreboot.org/23239 Tested-by: build bot (Jenkins) Reviewed-by: Paul Kocialkowski Reviewed-by: Stefan Reinauer --- src/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Kconfig') diff --git a/src/Kconfig b/src/Kconfig index e362281c77..459280dc1d 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -104,11 +104,11 @@ config FMD_GENPARSER Otherwise, say N to use the provided pregenerated scanner/parser. config UTIL_GENPARSER - bool "Generate SCONFIG & BLOBTOOL parser using flex and bison" + bool "Generate SCONFIG & BINCFG parser using flex and bison" default n help Enable this option if you are working on the sconfig device tree - parser or blobtool and made changes to the .l or .y files. + parser or bincfg and made changes to the .l or .y files. Otherwise, say N to use the provided pregenerated scanner/parser. -- cgit v1.2.3