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