[coreboot] r3095 - trunk/coreboot-v2/targets/emulation/qemu-x86

svn at coreboot.org svn at coreboot.org
Thu Feb 7 23:42:22 CET 2008


Author: myles
Date: 2008-02-07 23:42:22 +0100 (Thu, 07 Feb 2008)
New Revision: 3095

Modified:
   trunk/coreboot-v2/targets/emulation/qemu-x86/Config-lab.lb
Log:
This is a trivial patch.  I missed one of the ROM names when I converted them to coreboot.rom

Signed-off-by: Myles Watson <myles at pel.cs.byu.edu>
Acked-by: Myles Watson <myles at pel.cs.byu.edu>


Modified: trunk/coreboot-v2/targets/emulation/qemu-x86/Config-lab.lb
===================================================================
--- trunk/coreboot-v2/targets/emulation/qemu-x86/Config-lab.lb	2008-02-07 21:50:22 UTC (rev 3094)
+++ trunk/coreboot-v2/targets/emulation/qemu-x86/Config-lab.lb	2008-02-07 22:42:22 UTC (rev 3095)
@@ -18,5 +18,5 @@
 	payload ../payload.elf.lzma
 end
 
-buildrom ./qemu.rom ROM_SIZE "image"
+buildrom ./coreboot.rom ROM_SIZE "image"
 





More information about the coreboot mailing list