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:
parent
786b0c4ed6
commit
3ef9b740de
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue