[coreboot] [v2] r4825 - trunk/coreboot-v2/src/arch/i386

svn at coreboot.org svn at coreboot.org
Fri Oct 23 14:14:16 CEST 2009


Author: stuge
Date: 2009-10-23 14:14:15 +0200 (Fri, 23 Oct 2009)
New Revision: 4825

Modified:
   trunk/coreboot-v2/src/arch/i386/Makefile.inc
Log:
VGA BIOS can be added independently of having a payload

Signed-off-by: Peter Stuge <peter at stuge.se>
Acked-by: Peter Stuge <peter at stuge.se>


Modified: trunk/coreboot-v2/src/arch/i386/Makefile.inc
===================================================================
--- trunk/coreboot-v2/src/arch/i386/Makefile.inc	2009-10-22 17:02:44 UTC (rev 4824)
+++ trunk/coreboot-v2/src/arch/i386/Makefile.inc	2009-10-23 12:14:15 UTC (rev 4825)
@@ -26,13 +26,13 @@
 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
 
 
 #######################################################################





More information about the coreboot mailing list