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: KARO-TXSD-2017-03-15~557^2~26 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=efefe1221bd779f319b810c5415e577c331edec8;p=karo-tx-uboot.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