diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2006-12-15 11:55:58 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2006-12-15 11:55:58 +0000 |
commit | 8bb1dc5c776699d2037923c6594e2e998c7bec09 (patch) | |
tree | 1c6f27bf20bea93b74a989a535f2cbb588b8f840 | |
parent | 1a7a5b49c570bf4a183178327c77ed4828d25416 (diff) | |
download | coreboot-8bb1dc5c776699d2037923c6594e2e998c7bec09.tar.gz coreboot-8bb1dc5c776699d2037923c6594e2e998c7bec09.tar.bz2 coreboot-8bb1dc5c776699d2037923c6594e2e998c7bec09.zip |
ouch. always abuild with payloads! trivial fix.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2528 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rwxr-xr-x | util/abuild/abuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/abuild/abuild b/util/abuild/abuild index db84debd2328..5d97914201fa 100755 --- a/util/abuild/abuild +++ b/util/abuild/abuild @@ -168,7 +168,7 @@ EOF fi if [ "`which lzma`" != "" -a "$PAYLOAD" != /dev/null ]; then - COMPRESSION="option CONFIG_COMPRESSED_ROM_STREAM_LZMA=1" + COMPRESSION="option CONFIG_COMPRESSED_PAYLOAD_LZMA=1" else COMPRESSION="# no compression" fi |