]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Output strings from echo with puts where easy
authorJoe Hershberger <joe.hershberger@ni.com>
Wed, 3 Oct 2012 13:09:15 +0000 (13:09 +0000)
committerTom Rini <trini@ti.com>
Wed, 3 Oct 2012 23:13:34 +0000 (16:13 -0700)
commitbb64d1c92fbbc2441772f2eb9b4527499955c04e
treee0e6c9db0ce729c2996c9e63ecaedfa5b830e687
parentda83bcd7b33d9e4dca3913cb5c0827dce0f8672a
Output strings from echo with puts where easy

Change echo to puts characters together where it knows about them
together.  This improves netconsole performance by greatly reducing
the number of packets that are sent.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
common/cmd_echo.c