]> git.ipfire.org Git - people/ms/u-boot.git/commit
stdio: extend "name" to 32 symbols
authorAlexey Brodkin <Alexey.Brodkin@synopsys.com>
Wed, 25 Feb 2015 18:26:46 +0000 (21:26 +0300)
committerTom Rini <trini@konsulko.com>
Fri, 6 Mar 2015 01:50:29 +0000 (20:50 -0500)
commit5294e97832a63ec3757221a88cb40095135a31ad
tree5b5d85f59a3ab055c9be736c05c3e875de70462c
parente5d3e7fcbe43355413f2e8d03c3c73f4615d7f5d
stdio: extend "name" to 32 symbols

With limit of 16 symbols very simple device names derived drom device
tree description could not be displayed correctly.

For example "serial0@0xc0fc1000" will be truncated to sensless
"serial0@0xc0fc10" - note dropped tariling zeros.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Simon Glass <sjg@chromium.org>
Cc: Tom Rini <trini@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
include/stdio_dev.h