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
This commit is contained in:
parent
2370fd81b4
commit
9b0627a3b2
|
@ -18,5 +18,5 @@ romimage "image"
|
||||||
payload ../payload.elf.lzma
|
payload ../payload.elf.lzma
|
||||||
end
|
end
|
||||||
|
|
||||||
buildrom ./qemu.rom ROM_SIZE "image"
|
buildrom ./coreboot.rom ROM_SIZE "image"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue