mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-15 11:46:59 +02:00
x86: config: Enable LZO for coreboot, remove zlib, gzip
We don't use zlib and gzip but do use lzo, so enable this. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
a92181b399
commit
04dbf77d62
@ -57,6 +57,10 @@
|
|||||||
#define CONFIG_BOOTSTAGE_STASH_SIZE 0x7fc
|
#define CONFIG_BOOTSTAGE_STASH_SIZE 0x7fc
|
||||||
#define CONFIG_BOOTSTAGE_USER_COUNT 60
|
#define CONFIG_BOOTSTAGE_USER_COUNT 60
|
||||||
|
|
||||||
|
#define CONFIG_LZO
|
||||||
|
#undef CONFIG_ZLIB
|
||||||
|
#undef CONFIG_GZIP
|
||||||
|
|
||||||
/*-----------------------------------------------------------------------
|
/*-----------------------------------------------------------------------
|
||||||
* Watchdog Configuration
|
* Watchdog Configuration
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user