diff options
| author | Simon Glass <sjg@chromium.org> | 2013-04-17 16:13:46 +0000 | 
|---|---|---|
| committer | Simon Glass <sjg@chromium.org> | 2013-05-13 13:33:22 -0700 | 
| commit | 04dbf77d6275ce7bfba748c603957b0ebbb07b64 (patch) | |
| tree | dbbf59ffa0b7de361a399bda7c7001096356d238 /include/configs/coreboot.h | |
| parent | a92181b3991dca3bb6bbdcd4a12591dd027cace1 (diff) | |
| download | olio-uboot-2014.01-04dbf77d6275ce7bfba748c603957b0ebbb07b64.tar.xz olio-uboot-2014.01-04dbf77d6275ce7bfba748c603957b0ebbb07b64.zip | |
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>
Diffstat (limited to 'include/configs/coreboot.h')
| -rw-r--r-- | include/configs/coreboot.h | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h index 743fb958d..be04a7548 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   */ |