projects
/
J-u-boot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
dtoc: Fix bug in GetProp()
[J-u-boot.git]
/
tools
/
dtoc
/
fdt_fallback.py
diff --git
a/tools/dtoc/fdt_fallback.py
b/tools/dtoc/fdt_fallback.py
index 0c0ebbcf47a1217f42bebc529a69e76367cf9c5b..7d52da71f3aa9819db471ea6db581ef476ba144a 100644
(file)
--- a/
tools/dtoc/fdt_fallback.py
+++ b/
tools/dtoc/fdt_fallback.py
@@
-160,7
+160,7
@@
class FdtFallback(Fdt):
if default is not None:
args += ['-d', str(default)]
if typespec is not None:
- args += ['-t
%s' %
typespec]
+ args += ['-t
',
typespec]
out = command.Output('fdtget', *args)
return out.strip()
This page took
0.023063 seconds
and
4
git commands to generate.