Re: [PATCH v4 17/18] spl: Kconfig: Add SPL dependency to CONFIG_HANDOFF

2021-01-16 Thread Tom Rini
On Sat, Nov 28, 2020 at 10:43:19AM +0200, Ovidiu Panait 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_S

[PATCH v4 17/18] spl: Kconfig: Add SPL dependency to CONFIG_HANDOFF

2020-11-28 Thread Ovidiu Panait
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