commit | 13e0f020f7710418c4f8ed231660f91cdd979254 | [log] [tgz] |
---|---|---|
author | Ovidiu Panait <ovidiu.panait@windriver.com> | Sat Nov 28 10:43:20 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 15 14:36:12 2021 -0500 |
tree | 305b4fb84bf1209c1acd827b8b56a99e7a659034 | |
parent | 2a7c9ab47970868ac29b197cfbbbd93440b8fa20 [diff] |
global_data: Enable spl_handoff only if CONFIG_HANDOFF is set 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 <ovidiu.panait@windriver.com> Reviewed-by: Simon Glass <sjg@chromium.org>