[PATCH 2/2] ti: Do not remove ft_board_setup for CONFIG_NO_NET

Maarten Brock Maarten.Brock at sttls.nl
Thu Sep 4 15:19:26 CEST 2025


From: Tom Rini

> On Mon, Sep 01, 2025 at 04:06:10PM +0000, Maarten Brock wrote:
> 
> > Even when CONFIG_NO_NET is selected there is still need for a
> > definition of ft_board_setup(). Thus move the checks for
> > CONFIG_DM_ETH and CONFIG_DRIVER_TI_CPSW inside the function.
> >
> > Signed-off-by: Maarten Brock <maarten.brock at sttls.nl>
> 
> Shouldn't OF_BOARD_SETUP be disabled in that case?
> 
> --
> Tom

Had there also been non-NET-related fixups in this ft_board_setup(),
would that also have been your answer?
I don't see why disabling NET drivers would have to impact anything else.

Maarten


More information about the U-Boot mailing list