]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
x86: config: Enable LZO for coreboot, remove zlib, gzip
authorSimon Glass <sjg@chromium.org>
Wed, 17 Apr 2013 16:13:46 +0000 (16:13 +0000)
committerSimon Glass <sjg@chromium.org>
Mon, 13 May 2013 20:33:22 +0000 (13:33 -0700)
We don't use zlib and gzip but do use lzo, so enable this.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/configs/coreboot.h

index 743fb958dae300ad7e2351981e1e4909547c86da..be04a7548a7971fa40a11fbc95ff0d6f908babf5 100644 (file)
 #define CONFIG_BOOTSTAGE_STASH_SIZE    0x7fc
 #define CONFIG_BOOTSTAGE_USER_COUNT    60
 
+#define CONFIG_LZO
+#undef CONFIG_ZLIB
+#undef CONFIG_GZIP
+
 /*-----------------------------------------------------------------------
  * Watchdog Configuration
  */