mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
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 <sjg@chromium.org>
This commit is contained in:
@@ -40,6 +40,7 @@ PROP_IGNORE_LIST = [
|
||||
'linux,phandle',
|
||||
"status",
|
||||
'phandle',
|
||||
'u-boot,dm-pre-reloc',
|
||||
]
|
||||
|
||||
# C type declarations for the tyues we support
|
||||
|
||||
Reference in New Issue
Block a user