
4 Jul
2016
4 Jul
'16
7:58 p.m.
This property is not useful for of-platdata, so omit it.
Signed-off-by: Simon Glass sjg@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