drivers/intel/gma: Unify VBT related Kconfig names
Shuffle words and drop the _DATA_FILE suffix. Change-Id: I0b0d50ea729e5580c0bc7b43f250ff387ce59cfc Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/26898 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user