Skip to content
Snippets Groups Projects
Commit 04dbf77d authored by Simon Glass's avatar Simon Glass
Browse files

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: default avatarSimon Glass <sjg@chromium.org>
parent a92181b3
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,10 @@
#define CONFIG_BOOTSTAGE_STASH_SIZE 0x7fc
#define CONFIG_BOOTSTAGE_USER_COUNT 60
#define CONFIG_LZO
#undef CONFIG_ZLIB
#undef CONFIG_GZIP
/*-----------------------------------------------------------------------
* Watchdog Configuration
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment