From: Simon Glass Date: Mon, 4 Jul 2016 17:58:16 +0000 (-0600) Subject: dtoc: Ignore the u-boot, dm-pre-reloc property X-Git-Tag: v2025.01-rc5-pxa1908~8973^2~26 X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/git-favicon.png?a=commitdiff_plain;h=efefe1221bd779f319b810c5415e577c331edec8;p=u-boot.git 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 --- diff --git a/tools/dtoc/dtoc.py b/tools/dtoc/dtoc.py index 24f3858561..374ad1ca49 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