Re: [PATCH v2] of: kexec: Remove FDT_PROP_* definitions

From: Rob Herring
Date: Fri Jul 16 2021 - 15:19:09 EST


On Wed, 14 Jul 2021 14:53:22 +0200, Geert Uytterhoeven wrote:
> The FDT_PROP_* definitions make it harder to follow the code.
> Remove them, and use the actual string literals instead.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
> ---
> This is v2 of "of: kexec: Always use FDT_PROP_INITRD_START and
> FDT_PROP_INITRD_END".
> https://lore.kernel.org/r/a4e07a0c1efea913ce5a61136162b5b720b96b48.1623835273.git.geert+renesas@xxxxxxxxx/
>
> v2:
> - Invert direction, as requested by Rob.
> ---
> drivers/of/kexec.c | 40 +++++++++++++++-------------------------
> 1 file changed, 15 insertions(+), 25 deletions(-)
>

Applied, thanks!