diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-03-12 16:05:05 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-03-12 16:05:05 +0100 |
commit | 74f92e6a3f884b7fe86d2fb2acc114347defb0ae (patch) | |
tree | 97c39697321dd4baacfd3bb97686db855a49930c /CHANGELOG | |
parent | 8e7b703a62783f0e88d3a7e4b1dd1c033bc95ec8 (diff) | |
download | u-boot-imx-74f92e6a3f884b7fe86d2fb2acc114347defb0ae.zip u-boot-imx-74f92e6a3f884b7fe86d2fb2acc114347defb0ae.tar.gz u-boot-imx-74f92e6a3f884b7fe86d2fb2acc114347defb0ae.tar.bz2 |
Add crc of data to jffs2 (in jffs2_1pass_build_lists()).
Patch by Rick Bronson, 15 Jun 2005
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ Changes since U-Boot 1.1.4: ====================================================================== +* Add crc of data to jffs2 (in jffs2_1pass_build_lists()). + Patch by Rick Bronson, 15 Jun 2005 + * Coding Style cleanup * Avoid dereferencing NULL in find_cmd() if no valid commands were found |