]> git.kernelconcepts.de Git - karo-tx-uboot.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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:24:12 +0000 (14:24 +0200)
commitc404101aeff1abc76bd4b3f703bc2e1c76b97d5e
treea39daa62d859ade923a452cf61402857b39fee68
parenta2d6bc74958f9809c310e9b2421217b7de45f4fe
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