projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a92181b
)
x86: config: Enable LZO for coreboot, remove zlib, gzip
author
Simon Glass
<sjg@chromium.org>
Wed, 17 Apr 2013 16:13:46 +0000
(16:13 +0000)
committer
Simon 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
patch
|
blob
|
history
diff --git
a/include/configs/coreboot.h
b/include/configs/coreboot.h
index 743fb958dae300ad7e2351981e1e4909547c86da..be04a7548a7971fa40a11fbc95ff0d6f908babf5 100644
(file)
--- 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
*/