[adm5120] lzma-loader improvements
authorGabor Juhos <juhosg@openwrt.org>
Sun, 15 Jul 2007 15:02:38 +0000 (15:02 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Sun, 15 Jul 2007 15:02:38 +0000 (15:02 +0000)
commit5a00063c041fe181505c6033c54e502bc3a1683e
tree7ce47c5a47830caff3fe9dbead3a9dfb444f9f1f
parent594744b8c0e763fba948e80f15909186c35a25a8
[adm5120] lzma-loader improvements
 * update LzmaDecode.[ch] to 4.16
 * speed up decompressing from flash
 * uses printf from lzma-loader of generic-2.6 target
 * initial support for flash bank switching

SVN-Revision: 7975
target/linux/adm5120-2.6/image/lzma-loader/src/LzmaDecode.c
target/linux/adm5120-2.6/image/lzma-loader/src/LzmaDecode.h
target/linux/adm5120-2.6/image/lzma-loader/src/Makefile
target/linux/adm5120-2.6/image/lzma-loader/src/board.c
target/linux/adm5120-2.6/image/lzma-loader/src/config.h
target/linux/adm5120-2.6/image/lzma-loader/src/decompress.c
target/linux/adm5120-2.6/image/lzma-loader/src/printf.c [new file with mode: 0644]
target/linux/adm5120-2.6/image/lzma-loader/src/printf.h [new file with mode: 0644]