diff options
author | Myles Watson <myles@pel.cs.byu.edu> | 2008-02-07 22:42:22 +0000 |
---|---|---|
committer | Myles Watson <mylesgw@gmail.com> | 2008-02-07 22:42:22 +0000 |
commit | 9b0627a3b2b537e1d7da2e4fd1f4373bc77a23aa (patch) | |
tree | 1f81967f5619173d267022d59aa7c57c7a348e7d /targets/emulation/qemu-x86 | |
parent | 2370fd81b4acafdbecce7327141f964e5122bb3c (diff) |
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@pel.cs.byu.edu>
Acked-by: Myles Watson <myles@pel.cs.byu.edu>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3095 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/emulation/qemu-x86')
-rw-r--r-- | targets/emulation/qemu-x86/Config-lab.lb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/emulation/qemu-x86/Config-lab.lb b/targets/emulation/qemu-x86/Config-lab.lb index c8fe328739..bb1952222c 100644 --- a/targets/emulation/qemu-x86/Config-lab.lb +++ b/targets/emulation/qemu-x86/Config-lab.lb @@ -18,5 +18,5 @@ romimage "image" payload ../payload.elf.lzma end -buildrom ./qemu.rom ROM_SIZE "image" +buildrom ./coreboot.rom ROM_SIZE "image" |