[PATCH v2 109/169] Correct SPL uses of MULTIPLEXER

Simon Glass sjg at chromium.org
Mon Feb 13 00:14:39 CET 2023


Hi Tom,

On Thu, 9 Feb 2023 at 08:57, Tom Rini <trini at konsulko.com> wrote:
>
> 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.

OK, moved down in drivers/Makefile

Regards,
Simon


More information about the U-Boot mailing list