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
This commit is contained in:
parent
17e27509a0
commit
f0cf523a9e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue