]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MIPS: ZBOOT: gather string functions into string.c
authorAntony Pavlov <antonynpavlov@gmail.com>
Mon, 13 Jan 2014 21:30:56 +0000 (01:30 +0400)
committerJohn Crispin <blogic@openwrt.org>
Tue, 14 Jan 2014 20:39:58 +0000 (21:39 +0100)
commitfef2ecdfe1f80388aafc7793a3116cb083493a98
treee79f3b75bfd9fa41cc00c650355e0ce18efa5006
parent7aa49e05f259f32e1e5332ab7d49c05f4ce60c3b
MIPS: ZBOOT: gather string functions into string.c

In the worst case this adds less then 128 bytes of code
but on the other hand this makes code organization more clear.

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Cc: linux-mips@linux-mips.org
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: John Crispin <blogic@openwrt.org>
Cc: Florian Fainelli <f.fainelli@gmail.com>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Acked-by: John Crispin <blogic@openwrt.org>
Patchwork: http://patchwork.linux-mips.org/patch/6344/
arch/mips/boot/compressed/Makefile
arch/mips/boot/compressed/decompress.c
arch/mips/boot/compressed/string.c [new file with mode: 0644]