[RESEND PATCH 18/18] global_data: Enable spl_handoff only if CONFIG_HANDOFF is set

2021-01-16 Thread Ovidiu Panait
spl_handoff should only be enabled when CONFIG_HANDOFF is set. Drop the nested ifdefs and check for CONFIG_HANDOFF instead. Signed-off-by: Ovidiu Panait Reviewed-by: Simon Glass --- include/asm-generic/global_data.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [PATCH 18/18] global_data: Enable spl_handoff only if CONFIG_HANDOFF is set

2020-11-14 Thread Simon Glass
On Thu, 5 Nov 2020 at 03:11, Ovidiu Panait wrote: > > spl_handoff should only be enabled when CONFIG_HANDOFF is set. Drop the > nested ifdefs and check for CONFIG_HANDOFF instead. > > Signed-off-by: Ovidiu Panait > --- > include/asm-generic/global_data.h | 4 ++-- > 1 file changed, 2

[PATCH 18/18] global_data: Enable spl_handoff only if CONFIG_HANDOFF is set

2020-11-05 Thread Ovidiu Panait
spl_handoff should only be enabled when CONFIG_HANDOFF is set. Drop the nested ifdefs and check for CONFIG_HANDOFF instead. Signed-off-by: Ovidiu Panait --- include/asm-generic/global_data.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git