[U-Boot] [PATCH v3 36/62] dtoc: Ignore the u-boot, dm-pre-reloc property

Simon Glass sjg at chromium.org
Mon Jul 4 19:58:16 CEST 2016


This property is not useful for of-platdata, so omit it.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

Changes in v3: None
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 24f3858..374ad1c 100755
--- a/tools/dtoc/dtoc.py
+++ b/tools/dtoc/dtoc.py
@@ -40,6 +40,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