diff options
Diffstat (limited to 'tools/dtoc/dtoc.py')
| -rwxr-xr-x | tools/dtoc/dtoc.py | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/tools/dtoc/dtoc.py b/tools/dtoc/dtoc.py index 6df7b0da13a..bf67ec80ca1 100755 --- a/tools/dtoc/dtoc.py +++ b/tools/dtoc/dtoc.py @@ -30,6 +30,8 @@ PROP_IGNORE_LIST = [      "status",      'phandle',      'u-boot,dm-pre-reloc', +    'u-boot,dm-tpl', +    'u-boot,dm-spl',  ]  # C type declarations for the tyues we support | 
