diff options
author | wdenk <wdenk> | 2005-05-05 09:51:44 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2005-05-05 09:51:44 +0000 |
commit | 412babe304b948e1e3a909f8d2eb091b83f700d5 (patch) | |
tree | fde6b10727916e1ec0684bd6a9fa863785ed2169 /CHANGELOG | |
parent | 60fc6cbbb7d49895e3ee552539f5375f8f1303b5 (diff) | |
download | u-boot-imx-412babe304b948e1e3a909f8d2eb091b83f700d5.zip u-boot-imx-412babe304b948e1e3a909f8d2eb091b83f700d5.tar.gz u-boot-imx-412babe304b948e1e3a909f8d2eb091b83f700d5.tar.bz2 |
It's better to handle LZO and LZARI compression mdoes for JFFS2 with
a single #define.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -6,8 +6,9 @@ Changes for U-Boot 1.1.3: size. * Major upate of JFFS2 code; now in sync with snapshot of MTD CVS of - March 13, 2005); new configuration options CONFIG_JFFS2_LZO and - CONFIG_JFFS2_LZARI are added. Both are undefined by default. + March 13, 2005); new configuration option CONFIG_JFFS2_LZO_LZARI + added to support LZO and LZARI compression modes (undefined by + default). * Fix problem with symbolic links in JFFS2 code. |