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/iwill/dk8_htx | |
parent | a94b4c6bc1b4fd0dfeac4d4bfae13700a79d2f6e (diff) |
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/iwill/dk8_htx')
-rw-r--r-- | targets/iwill/dk8_htx/Config-abuild.lb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/targets/iwill/dk8_htx/Config-abuild.lb b/targets/iwill/dk8_htx/Config-abuild.lb index c602910a75..e29e66c7f7 100644 --- a/targets/iwill/dk8_htx/Config-abuild.lb +++ b/targets/iwill/dk8_htx/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" |