dtoc: Fix bug in GetProp()
[J-u-boot.git] / tools / dtoc / fdt_fallback.py
index 0c0ebbcf47a1217f42bebc529a69e76367cf9c5b..7d52da71f3aa9819db471ea6db581ef476ba144a 100644 (file)
@@ -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.