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
This commit is contained in:
parent
1a7a5b49c5
commit
8bb1dc5c77
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue