summaryrefslogtreecommitdiffstats
path: root/lib_generic/lzma/README.txt
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2009-07-23 00:48:20 +0200
committerWolfgang Denk <wd@denx.de>2009-07-23 00:48:20 +0200
commit46edbc545d1d0ae166271488e89c9967fb54393f (patch)
tree90da2f5ff33a6fb194d83bea8a8ce4efd1f74e61 /lib_generic/lzma/README.txt
parentf15f14e52879711be1d1bba2634dec684eda722e (diff)
parentcaf72ff329759b4da71352ab098537c7698c0e9f (diff)
downloadtalos-obmc-uboot-46edbc545d1d0ae166271488e89c9967fb54393f.tar.gz
talos-obmc-uboot-46edbc545d1d0ae166271488e89c9967fb54393f.zip
Merge branch 'master' of /home/wd/git/u-boot/master/
Diffstat (limited to 'lib_generic/lzma/README.txt')
-rw-r--r--lib_generic/lzma/README.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib_generic/lzma/README.txt b/lib_generic/lzma/README.txt
index fdb3086f47..23a9be2827 100644
--- a/lib_generic/lzma/README.txt
+++ b/lib_generic/lzma/README.txt
@@ -7,14 +7,14 @@ Author: Igor Pavlov
The import is made using the import_lzmasdk.sh script that:
* untars the lzmaXYY.tar.bz2 file (from the download web page)
-* copies the files LzmaDecode.h, LzmaTypes.h, LzmaDecode.c, history.txt,
- LGPL.txt, and lzma.txt from source archive into the lib_lzma directory (pwd).
+* copies the files LzmaDec.h, Types.h, LzmaDec.c, history.txt,
+ and lzma.txt from source archive into the lib_lzma directory (pwd).
Example:
- ./import_lzmasdk.sh ~/lzma457.tar.bz2
+ . import_lzmasdk.sh ~/lzma465.tar.bz2
-Notice: The files from lzma sdk are not _modified_ by this script!
+Notice: The files from lzma sdk are _not modified_ by this script!
The files LzmaTools.{c,h} are provided to export the lzmaBuffToBuffDecompress()
function that wraps the complex LzmaDecode() function from the LZMA SDK. The
OpenPOWER on IntegriCloud