summaryrefslogtreecommitdiff
path: root/targets/technologic/ts5300
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/technologic/ts5300
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/technologic/ts5300')
-rw-r--r--targets/technologic/ts5300/Config-abuild.lb2
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/technologic/ts5300/Config-abuild.lb b/targets/technologic/ts5300/Config-abuild.lb
index 2d9d389062..bfa728de2e 100644
--- a/targets/technologic/ts5300/Config-abuild.lb
+++ b/targets/technologic/ts5300/Config-abuild.lb
@@ -15,7 +15,7 @@ romimage "fallback"
# option ROM_IMAGE_SIZE=32 * 1024 # 0x8000
option ROM_IMAGE_SIZE=128 * 1024 # 0x10000
option LINUXBIOS_EXTRA_VERSION=".0Fallback"
- payload PAYLOAD
+ payload __PAYLOAD__
end
buildrom ./linuxbios.rom ROM_SIZE "fallback"