]> Git Repo - linux.git/commit
powerpc: Use common of_kexec_alloc_and_setup_fdt()
authorRob Herring <[email protected]>
Sun, 21 Feb 2021 17:49:24 +0000 (09:49 -0800)
committerRob Herring <[email protected]>
Mon, 8 Mar 2021 19:06:29 +0000 (12:06 -0700)
commit3c985d31ad661a2cc0ad0a55105046fc56a7b1fd
treef71ca5b261c95b009ffa8f06b603e03bbb9830ac
parentac10be5cdbfa852139658d52c2f1c608782ce992
powerpc: Use common of_kexec_alloc_and_setup_fdt()

The code for setting up the /chosen node in the device tree
and updating the memory reservation for the next kernel has been
moved to of_kexec_alloc_and_setup_fdt() defined in "drivers/of/kexec.c".

Use the common of_kexec_alloc_and_setup_fdt() to setup the device tree
and update the memory reservation for kexec for powerpc.

Signed-off-by: Rob Herring <[email protected]>
Signed-off-by: Lakshmi Ramasubramanian <[email protected]>
Reviewed-by: Thiago Jung Bauermann <[email protected]>
Signed-off-by: Rob Herring <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
arch/powerpc/include/asm/kexec.h
arch/powerpc/kexec/elf_64.c
arch/powerpc/kexec/file_load.c
arch/powerpc/kexec/file_load_64.c
This page took 0.061422 seconds and 4 git commands to generate.