fdtdec: Support compatible string list for reserved memory
Reserved memory nodes can have a compatible string list to identify the type of reserved memory that they represent. Support specifying an optional compatible string list when creating these nodes. Signed-off-by: Thierry Reding <treding@nvidia.com> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Warren <twarren@nvidia.com>
This commit is contained in:
committed by
Tom Warren
parent
4bf88ba76a
commit
46cb067803
@@ -177,6 +177,7 @@ int optee_copy_fdt_nodes(void *new_blob)
|
||||
ret = fdtdec_add_reserved_memory(new_blob,
|
||||
nodename,
|
||||
&carveout,
|
||||
NULL, 0,
|
||||
NULL, true);
|
||||
free(oldname);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user