Add support for a precompressed LZMA payload (trivial).

Signed-off-by: Ward Vandewege <ward@gnu.org>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2787 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Ward Vandewege 2007-09-19 00:57:37 +00:00
parent 786b0c4ed6
commit 3ef9b740de
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ uses ROM_SECTION_OFFSET
uses CONFIG_ROM_PAYLOAD uses CONFIG_ROM_PAYLOAD
uses CONFIG_ROM_PAYLOAD_START uses CONFIG_ROM_PAYLOAD_START
uses CONFIG_COMPRESSED_PAYLOAD_LZMA uses CONFIG_COMPRESSED_PAYLOAD_LZMA
uses CONFIG_PRECOMPRESSED_PAYLOAD
uses PAYLOAD_SIZE uses PAYLOAD_SIZE
uses _ROMBASE uses _ROMBASE
uses XIP_ROM_SIZE uses XIP_ROM_SIZE