From: Simon Glass <sjg@chromium.org>
Date: Wed, 17 Apr 2013 16:13:46 +0000 (+0000)
Subject: x86: config: Enable LZO for coreboot, remove zlib, gzip
X-Git-Tag: v2025.01-rc5-pxa1908~15849^2~42^2~2
X-Git-Url: http://git.dujemihanovic.xyz/img/html/index.html?a=commitdiff_plain;h=04dbf77d6275ce7bfba748c603957b0ebbb07b64;p=u-boot.git

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>
---

diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h
index 743fb958da..be04a7548a 100644
--- a/include/configs/coreboot.h
+++ b/include/configs/coreboot.h
@@ -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
  */