From 6544cb3f1b431f96bb6d16f86e2cb4f75a4188b3 Mon Sep 17 00:00:00 2001 From: Konstantin Aladyshev Date: Sat, 24 Jan 2015 18:52:10 +0400 Subject: Separate bootsplash image menuconfig option from others The possibility of adding a bootsplash image to ROM should be independent from VGA_ROM_RUN and VESA menuconfig options. For example, the stored image could be saved in CBFS not for coreboot but for later use in SeaBIOS. Change-Id: I3a0ed53489c40d4d44bd4ebc358ae6667e6c797f Signed-off-by: Konstantin Aladyshev Reviewed-on: http://review.coreboot.org/12129 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.inc') diff --git a/Makefile.inc b/Makefile.inc index 310944b813..984c886819 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -661,7 +661,7 @@ endif @printf " CBFSPRINT $(subst $(obj)/,,$(@))\n\n" $(CBFSTOOL) $@ print -cbfs-files-$(CONFIG_BOOTSPLASH) += bootsplash.jpg +cbfs-files-$(CONFIG_BOOTSPLASH_IMAGE) += bootsplash.jpg bootsplash.jpg-file := $(call strip_quotes,$(CONFIG_BOOTSPLASH_FILE)) bootsplash.jpg-type := bootsplash -- cgit v1.2.3