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/olpc/btest/Config.lb | |
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/olpc/btest/Config.lb')
-rw-r--r-- | targets/olpc/btest/Config.lb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/targets/olpc/btest/Config.lb b/targets/olpc/btest/Config.lb index f7c971c8c0..66b1360457 100644 --- a/targets/olpc/btest/Config.lb +++ b/targets/olpc/btest/Config.lb @@ -4,9 +4,9 @@ target btest mainboard olpc/btest # Don't let LinuxBIOS compress the payload -#option CONFIG_COMPRESSED_ROM_STREAM_NRV2B=0 -#option CONFIG_COMPRESSED_ROM_STREAM_LZMA=1 -#option CONFIG_PRECOMPRESSED_ROM_STREAM=0 +#option CONFIG_COMPRESSED_PAYLOAD_NRV2B=0 +#option CONFIG_COMPRESSED_PAYLOAD_LZMA=1 +#option CONFIG_PRECOMPRESSED_PAYLOAD=0 # leave 64k for vsa and 64k for EC code option ROM_SIZE=(1024*1024)-(64*1024)-(64*1024) |