projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd1c2d9
)
dtoc: Ignore the u-boot, dm-pre-reloc property
author
Simon Glass
<sjg@chromium.org>
Mon, 4 Jul 2016 17:58:16 +0000
(11:58 -0600)
committer
Simon 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
patch
|
blob
|
history
diff --git
a/tools/dtoc/dtoc.py
b/tools/dtoc/dtoc.py
index 24f38585618be73dadb6fb1161896a4196390e14..374ad1ca499428c95954d62d743e99beb8f4ec03 100755
(executable)
--- 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