VGA BIOS can be added independently of having a payload
authorPeter Stuge <peter@stuge.se>
Fri, 23 Oct 2009 12:14:15 +0000 (12:14 +0000)
committerPeter Stuge <peter@stuge.se>
Fri, 23 Oct 2009 12:14:15 +0000 (12:14 +0000)
Signed-off-by: Peter Stuge <peter@stuge.se>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4825 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/arch/i386/Makefile.inc

index c44560a4d2bf5ea9224be0098fc59c9ad4bff87f..4278577cafd142a1d60933b38416c2013bd49d5d 100644 (file)
@@ -26,13 +26,13 @@ ifeq ($(CONFIG_PAYLOAD_NONE),y)
 else
        @printf "    PAYLOAD    $(CONFIG_FALLBACK_PAYLOAD_FILE) $(COMPRESSFLAG)\n"
        $(CBFSTOOL) ./build/coreboot.rom add-payload $(CONFIG_FALLBACK_PAYLOAD_FILE)  fallback/payload $(CBFS_PAYLOAD_COMPRESS_FLAG)
+endif
 ifeq ($(CONFIG_VGA_BIOS),y)
        @printf "    VGABIOS    $(CONFIG_FALLBACK_VGA_BIOS_FILE) $(CONFIG_FALLBACK_VGA_BIOS_ID)\n"
        $(CBFSTOOL) ./build/coreboot.rom add $(CONFIG_FALLBACK_VGA_BIOS_FILE) "pci$(CONFIG_FALLBACK_VGA_BIOS_ID).rom" optionrom 
 endif
        @printf "    CBFSPRINT  ./build/coreboot.rom\n\n"
        $(CBFSTOOL) build/coreboot.rom print
-endif
 
 
 #######################################################################