diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2007-04-22 19:03:34 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2007-04-22 19:03:34 +0000 |
commit | 6f278ad828a59a1c39f5fa8ed9461fcd2506fd2b (patch) | |
tree | 982d0db1da6e3e389cea84391705228daf877932 /targets/technologic | |
parent | a94b4c6bc1b4fd0dfeac4d4bfae13700a79d2f6e (diff) | |
download | coreboot-6f278ad828a59a1c39f5fa8ed9461fcd2506fd2b.tar.gz coreboot-6f278ad828a59a1c39f5fa8ed9461fcd2506fd2b.tar.bz2 coreboot-6f278ad828a59a1c39f5fa8ed9461fcd2506fd2b.zip |
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')
-rw-r--r-- | targets/technologic/ts5300/Config-abuild.lb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/technologic/ts5300/Config-abuild.lb b/targets/technologic/ts5300/Config-abuild.lb index 2d9d389062eb..bfa728de2e38 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" |