commit | dca5bf1ee290009326d099ce27cd020a1c7b708a | [log] [tgz] |
---|---|---|
author | Alexey Brodkin <Alexey.Brodkin@synopsys.com> | Wed Feb 25 21:26:46 2015 +0300 |
committer | Tom Rini <trini@konsulko.com> | Thu Mar 05 20:50:29 2015 -0500 |
tree | 5b5d85f59a3ab055c9be736c05c3e875de70462c | |
parent | dec5dd60d4875821538a8b3aecdf32d07757114d [diff] |
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>