From 29cc33181a18e76d033a4f8dc5d3bbd982ce4b9b Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Wed, 6 Jun 2018 17:40:02 +0200 Subject: drivers/intel/gma: Unify VBT related Kconfig names Shuffle words and drop the _DATA_FILE suffix. Change-Id: I0b0d50ea729e5580c0bc7b43f250ff387ce59cfc Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/26898 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Arthur Heymans --- src/drivers/intel/gma/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/drivers/intel/gma/Makefile.inc') diff --git a/src/drivers/intel/gma/Makefile.inc b/src/drivers/intel/gma/Makefile.inc index 0bcf590c55..30b3749979 100644 --- a/src/drivers/intel/gma/Makefile.inc +++ b/src/drivers/intel/gma/Makefile.inc @@ -21,7 +21,7 @@ endif ramstage-$(CONFIG_INTEL_GMA_ACPI) += acpi.c ramstage-$(CONFIG_INTEL_GMA_ACPI) += opregion.c -cbfs-files-$(CONFIG_INTEL_GMA_ADD_VBT_DATA_FILE) += vbt.bin +cbfs-files-$(CONFIG_INTEL_GMA_ADD_VBT) += vbt.bin vbt.bin-file := $(call strip_quotes,$(CONFIG_INTEL_GMA_VBT_FILE)) vbt.bin-type := raw vbt.bin-compression := lzma -- cgit v1.2.3