]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
SPL: Limit image name print length
authorTaras Kondratiuk <taras@ti.com>
Tue, 16 Jul 2013 11:45:01 +0000 (14:45 +0300)
committerTom Rini <trini@ti.com>
Fri, 16 Aug 2013 17:45:15 +0000 (13:45 -0400)
commit62cf11c0921a90c6bd62344f4bc069668e6c698c
treec9a5930774a26a783a9be6a003533013488dbf5e
parent6e66bd55917bee1a37ae6387ae1d480aaad0102d
SPL: Limit image name print length

If image name is longer than 32 bytes, then it will be truncated.
This will remove '\0' at the end of the line, so printf will
go out of string limit.

Signed-off-by: Taras Kondratiuk <taras@ti.com>
Reviewed-by: Tom Rini <trini@ti.com>
common/spl/spl.c