dtoc: Ignore the u-boot, dm-pre-reloc property

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

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass 2016-07-04 11:58:16 -06:00
parent fd1c2d9b6a
commit efefe1221b
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ PROP_IGNORE_LIST = [
'linux,phandle',
"status",
'phandle',
'u-boot,dm-pre-reloc',
]
# C type declarations for the tyues we support