Messages in this thread |  | | Date | Thu, 4 Feb 2021 18:00:49 +0000 | From | Will Deacon <> | Subject | Re: [PATCH v16 10/12] arm64: Use OF alloc and free functions for FDT |
| |
On Thu, Feb 04, 2021 at 08:41:33AM -0800, Lakshmi Ramasubramanian wrote: > of_alloc_and_init_fdt() and of_free_fdt() have been defined in > drivers/of/kexec.c to allocate and free memory for FDT. > > Use of_alloc_and_init_fdt() and of_free_fdt() to allocate and > initialize the FDT, and to free the FDT respectively. > > Signed-off-by: Lakshmi Ramasubramanian <nramas@linux.microsoft.com> > Suggested-by: Rob Herring <robh@kernel.org> > --- > arch/arm64/kernel/machine_kexec_file.c | 37 +++++++------------------- > 1 file changed, 10 insertions(+), 27 deletions(-)
Acked-by: Will Deacon <will@kernel.org>
Will
|  |