diff options
author | Kees Cook <keescook@chromium.org> | 2013-08-16 07:59:12 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2013-09-03 13:30:12 -0600 |
commit | 8ef70478458432b5352980a823039c508359523e (patch) | |
tree | f30a793d8842d3a169c279181c8e9ed3b75b3ba9 /README | |
parent | 3153e915b493a8d832e9260723c579d2544e5dc8 (diff) | |
download | u-boot-imx-8ef70478458432b5352980a823039c508359523e.zip u-boot-imx-8ef70478458432b5352980a823039c508359523e.tar.gz u-boot-imx-8ef70478458432b5352980a823039c508359523e.tar.bz2 |
documentation: add more compression configs
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>
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |