]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fdt: Identify scripts in ITBs as printable strings
authorJoe Hershberger <joe.hershberger@ni.com>
Fri, 17 Aug 2012 10:34:38 +0000 (10:34 +0000)
committerGerald Van Baren <gvb@unssw.com>
Mon, 15 Oct 2012 23:20:26 +0000 (19:20 -0400)
commit8805beec8f51e861996860db71a831e4c263cf4c
tree08b3a373de1f5119f00473d1142de5e59b3ddb8a
parentbc80295b620c5abf9d4fb3b00846ef018e921540
fdt: Identify scripts in ITBs as printable strings

Scripts in the ITB format will have spaces in them and will end in a
newline charachter.  Make sure that these are considered printable.

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