summaryrefslogtreecommitdiff
path: root/targets/msi/ms9185/Config-abuild.lb
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/msi/ms9185/Config-abuild.lb
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/msi/ms9185/Config-abuild.lb')
-rw-r--r--targets/msi/ms9185/Config-abuild.lb4
1 files changed, 2 insertions, 2 deletions
diff --git a/targets/msi/ms9185/Config-abuild.lb b/targets/msi/ms9185/Config-abuild.lb
index 2d83623ad4..fd0a32628d 100644
--- a/targets/msi/ms9185/Config-abuild.lb
+++ b/targets/msi/ms9185/Config-abuild.lb
@@ -13,13 +13,13 @@ romimage "normal"
option USE_FALLBACK_IMAGE=0
option ROM_IMAGE_SIZE=0x17000
option LINUXBIOS_EXTRA_VERSION=".0-normal"
- payload PAYLOAD
+ payload __PAYLOAD__
end
romimage "fallback"
option USE_FALLBACK_IMAGE=1
option ROM_IMAGE_SIZE=0x17000
option LINUXBIOS_EXTRA_VERSION=".0-fallback"
- payload PAYLOAD
+ payload __PAYLOAD__
end
buildrom ./linuxbios.rom ROM_SIZE "normal" "fallback"