diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2007-05-09 15:11:03 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2007-05-09 15:11:03 +0000 |
commit | a59a7788b49ceb52571093667a595566691061ed (patch) | |
tree | a1697d3e46d1ed5aa48510167a36ac8725314149 /src/mainboard/asi/mb_5blmp | |
parent | c7dc7cc196a4bd5ba1cfafc87b193b89ae01a470 (diff) | |
download | coreboot-a59a7788b49ceb52571093667a595566691061ed.tar.xz |
Uncomment compression config variables. This should fix the abuild
problems with the asi/mb_5bmlp (trivial).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2644 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/asi/mb_5blmp')
-rw-r--r-- | src/mainboard/asi/mb_5blmp/Options.lb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/asi/mb_5blmp/Options.lb b/src/mainboard/asi/mb_5blmp/Options.lb index f196a59745..bfa24259df 100644 --- a/src/mainboard/asi/mb_5blmp/Options.lb +++ b/src/mainboard/asi/mb_5blmp/Options.lb @@ -18,9 +18,9 @@ uses ROM_IMAGE_SIZE uses ROM_SECTION_SIZE uses ROM_SECTION_OFFSET uses CONFIG_ROM_PAYLOAD_START -# uses CONFIG_COMPRESS -# uses CONFIG_COMPRESSED_PAYLOAD_NRV2B -# uses CONFIG_COMPRESSED_PAYLOAD_LZMA +uses CONFIG_COMPRESS +uses CONFIG_COMPRESSED_PAYLOAD_NRV2B +uses CONFIG_COMPRESSED_PAYLOAD_LZMA uses PAYLOAD_SIZE uses _ROMBASE uses _RAMBASE |