diff mbox

[U-Boot,2/6] documentation: add more compression configs

Message ID 1376665157-31268-3-git-send-email-keescook@chromium.org
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Kees Cook Aug. 16, 2013, 2:59 p.m. UTC
This adds the missing compression config items to the README.

Signed-off-by: Kees Cook <keescook@chromium.org>
---
v2:
 - adjusted language slightly, thanks to Simon Glass
---
 README |    9 +++++++++
 1 file changed, 9 insertions(+)

Comments

Simon Glass Aug. 19, 2013, 5:12 p.m. UTC | #1
On Fri, Aug 16, 2013 at 8:59 AM, Kees Cook <keescook@chromium.org> wrote:
> This adds the missing compression config items to the README.
>
> Signed-off-by: Kees Cook <keescook@chromium.org>

Acked-by: Simon Glass <sjg@chromium.org>
diff mbox

Patch

diff --git a/README b/README
index 3918807..6485350 100644
--- a/README
+++ b/README
@@ -1680,6 +1680,10 @@  CBFS (Coreboot Filesystem) support
 		to compress the specified memory at its best effort.
 
 - Compression support:
+		CONFIG_GZIP
+
+		Enabled by default to support gzip compressed images.
+
 		CONFIG_BZIP2
 
 		If this option is set, support for bzip2 compressed
@@ -1713,6 +1717,11 @@  CBFS (Coreboot Filesystem) support
 		then calculate the amount of needed dynamic memory (ensuring
 		the appropriate CONFIG_SYS_MALLOC_LEN value).
 
+		CONFIG_LZO
+
+		If this option is set, support for LZO compressed images
+		is included.
+
 - MII/PHY support:
 		CONFIG_PHY_ADDR