From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sat, 14 Nov 2020 09:17:23 -0600 Subject: [PATCH 18/18] global_data: Enable spl_handoff only if CONFIG_HANDOFF is set In-Reply-To: <20201105090955.29641-19-ovidiu.panait@windriver.com> References: <20201105090955.29641-1-ovidiu.panait@windriver.com> <20201105090955.29641-19-ovidiu.panait@windriver.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 insertions(+), 2 deletions(-) Reviewed-by: Simon Glass