[PATCH v2 109/169] Correct SPL uses of MULTIPLEXER
Tom Rini
trini at konsulko.com
Thu Feb 9 16:56:58 CET 2023
On Sun, Feb 05, 2023 at 03:40:18PM -0700, Simon Glass wrote:
> This converts 3 usages of this option to the non-SPL form, since there is
> no SPL_MULTIPLEXER defined in Kconfig
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> (no changes since v1)
>
> drivers/Makefile | 2 +-
> drivers/mux/Makefile | 2 +-
> include/mux.h | 2 +-
> 3 files changed, 3 insertions(+), 3 deletions(-)
This is done so that we don't force multiplexer to be linked in to SPL,
as there is no SPL_MULTIPLEXER option. For a v2 of this patch, also move
the line down to the block of all of the other options that lack SPL_FOO
but that we guard with a check for not doing SPL/TPL builds, thanks.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20230209/e3de4c4a/attachment.sig>
More information about the U-Boot
mailing list