[PATCH 17/18] spl: Kconfig: Add SPL dependency to CONFIG_HANDOFF
Simon Glass
sjg at chromium.org
Sat Nov 14 16:17:21 CET 2020
On Thu, 5 Nov 2020 at 03:11, Ovidiu Panait <ovidiu.panait at windriver.com> wrote:
>
> CONFIG_HANDOFF is used in u-boot proper to locate handoff info from SPL
> during pre-relocation init (in setup_spl_handoff). Add explicit dependency
> on CONFIG_SPL, to fix the following build error when CONFIG_HANDOFF &&
> !CONFIG_SPL:
>
> common/board_f.c: In function ‘setup_spl_handoff’:
> common/board_f.c:283:4: error: ‘gd_t {aka struct global_data}’
> has no member named ‘spl_handoff’
> gd->spl_handoff = bloblist_find(BLOBLISTT_SPL_HANDOFF,
> ^~
>
> Signed-off-by: Ovidiu Panait <ovidiu.panait at windriver.com>
> ---
> common/spl/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list