[U-Boot] [PATCH v2 36/55] dtoc: Ignore the u-boot, dm-pre-reloc property
Simon Glass
sjg at chromium.org
Mon Jun 13 07:33:17 CEST 2016
This property is not useful for of-platdata, so omit it.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v2: None
tools/dtoc/dtoc.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/dtoc/dtoc.py b/tools/dtoc/dtoc.py
index 6a2f6ef..9f14e3f 100755
--- a/tools/dtoc/dtoc.py
+++ b/tools/dtoc/dtoc.py
@@ -39,6 +39,7 @@ PROP_IGNORE_LIST = [
'linux,phandle',
"status",
'phandle',
+ 'u-boot,dm-pre-reloc',
]
# C type declarations for the tyues we support
--
2.8.0.rc3.226.g39d4020
More information about the U-Boot
mailing list