summaryrefslogtreecommitdiff
path: root/targets/emulation/qemu-i386
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2007-04-22 19:03:34 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2007-04-22 19:03:34 +0000
commit6f278ad828a59a1c39f5fa8ed9461fcd2506fd2b (patch)
tree982d0db1da6e3e389cea84391705228daf877932 /targets/emulation/qemu-i386
parenta94b4c6bc1b4fd0dfeac4d4bfae13700a79d2f6e (diff)
downloadcoreboot-6f278ad828a59a1c39f5fa8ed9461fcd2506fd2b.tar.xz
Use __PAYLOAD__ instead of PAYLOAD as replacement template for abuild.
Comment out code which currently doesn't compile. Needs fixing later. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2614 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/emulation/qemu-i386')
-rw-r--r--targets/emulation/qemu-i386/Config-abuild.lb2
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/emulation/qemu-i386/Config-abuild.lb b/targets/emulation/qemu-i386/Config-abuild.lb
index 02016b8603..c2ec536235 100644
--- a/targets/emulation/qemu-i386/Config-abuild.lb
+++ b/targets/emulation/qemu-i386/Config-abuild.lb
@@ -15,7 +15,7 @@ option IRQ_SLOT_COUNT=6
romimage "image"
option ROM_IMAGE_SIZE=0x10000
option LINUXBIOS_EXTRA_VERSION="-OpenBIOS"
- payload PAYLOAD
+ payload __PAYLOAD__
end
buildrom ./qemu-bios.rom ROM_SIZE "image"