]> Pileus Git - ~andy/linux/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)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 24 Jan 2014 21:39:55 +0000 (22:39 +0100)
commitdc4d7b377c1e07918eeca704477851ddef37d472
treea226fa149119644a56db94840dc334c08d7bf746
parentdfe0924ebd0a3c9c0ecc2740a6b540c9adfc2d60
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>
Signed-off-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]