diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2007-04-12 00:47:22 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2007-04-12 00:47:22 +0000 |
commit | f0cf523a9e9e04fbf924859e3b8cbdb9d3d61931 (patch) | |
tree | a9f589458179cdbfa87e0836f027bdb2e3167207 /src/mainboard/msi/ms9282 | |
parent | 17e27509a0a5605f2ab411b65d4aff6dad229c50 (diff) |
add uses CONFIG_COMPRESSED_PAYLOAD_* to allow building the board in
abuild with a payload. Trivial
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2608 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/msi/ms9282')
-rw-r--r-- | src/mainboard/msi/ms9282/Options.lb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/msi/ms9282/Options.lb b/src/mainboard/msi/ms9282/Options.lb index 7671f6825b..bee2d68f2f 100644 --- a/src/mainboard/msi/ms9282/Options.lb +++ b/src/mainboard/msi/ms9282/Options.lb @@ -96,6 +96,10 @@ uses SB_HT_CHAIN_UNITID_OFFSET_ONLY #bx_b005+ uses SB_HT_CHAIN_ON_BUS0 +# stepan 2007-04-12 +uses CONFIG_COMPRESSED_PAYLOAD_LZMA +uses CONFIG_COMPRESSED_PAYLOAD_NRV2B + ## ROM_SIZE is the size of boot ROM that this board will use. #512K bytes default ROM_SIZE=524288 |