diff options
author | Ed Swierk <eswierk@arastra.com> | 2006-12-15 11:42:16 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2006-12-15 11:42:16 +0000 |
commit | 1a7a5b49c570bf4a183178327c77ed4828d25416 (patch) | |
tree | 06d3735939cb943609743ea402b2ab1bfdaa72b3 /targets/iwill/dk8_htx | |
parent | 208948787ec767dcdd2443a89f312bfba00ea2cc (diff) |
Apply linuxbios-rename-compressed-payload-options.patch, refs #14
Signed-off-by: Ed Swierk <eswierk@arastra.com>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2527 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/iwill/dk8_htx')
-rw-r--r-- | targets/iwill/dk8_htx/Config-abuild.lb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/iwill/dk8_htx/Config-abuild.lb b/targets/iwill/dk8_htx/Config-abuild.lb index 757df110eb..c602910a75 100644 --- a/targets/iwill/dk8_htx/Config-abuild.lb +++ b/targets/iwill/dk8_htx/Config-abuild.lb @@ -7,7 +7,7 @@ option CC="gcc -m32" option CROSS_COMPILE="" option HOSTCC="gcc" -option CONFIG_COMPRESSED_ROM_STREAM_LZMA=1 +option CONFIG_COMPRESSED_PAYLOAD_LZMA=1 romimage "normal" option USE_FALLBACK_IMAGE=0 |