]> git.sur5r.net Git - u-boot/commitdiff
dtoc: Ignore the u-boot, dm-pre-reloc property
authorSimon Glass <sjg@chromium.org>
Mon, 4 Jul 2016 17:58:16 +0000 (11:58 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 15 Jul 2016 02:40:24 +0000 (20:40 -0600)
This property is not useful for of-platdata, so omit it.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/dtoc/dtoc.py

index 24f38585618be73dadb6fb1161896a4196390e14..374ad1ca499428c95954d62d743e99beb8f4ec03 100755 (executable)
@@ -40,6 +40,7 @@ PROP_IGNORE_LIST = [
     'linux,phandle',
     "status",
     'phandle',
+    'u-boot,dm-pre-reloc',
 ]
 
 # C type declarations for the tyues we support