Re: [PATCH 13/26] net: Fix compiling SPL when fastboot is enabled

2023-10-12 Thread Tom Rini
On Wed, Oct 11, 2023 at 09:56:13PM -0400, Sean Anderson wrote: > When fastboot is enabled in U-Boot proper and SPL_NET is enabled, we will > try to (unsuccessfully) reference it in SPL. Fix these linker errors by > conditioning on SPL_UDP/TCP_FUNCTION_FASTBOOT. > > Signed-off-by: Sean Anderson

Re: [PATCH 13/26] net: Fix compiling SPL when fastboot is enabled

2023-10-12 Thread Sean Anderson
On 10/12/23 02:52, Heinrich Schuchardt wrote: On 10/12/23 03:56, Sean Anderson wrote: When fastboot is enabled in U-Boot proper and SPL_NET is enabled, we will try to (unsuccessfully) reference it in SPL. Fix these linker errors by conditioning on SPL_UDP/TCP_FUNCTION_FASTBOOT. Signed-off-by: S

Re: [PATCH 13/26] net: Fix compiling SPL when fastboot is enabled

2023-10-11 Thread Heinrich Schuchardt
On 10/12/23 03:56, Sean Anderson wrote: When fastboot is enabled in U-Boot proper and SPL_NET is enabled, we will try to (unsuccessfully) reference it in SPL. Fix these linker errors by conditioning on SPL_UDP/TCP_FUNCTION_FASTBOOT. Signed-off-by: Sean Anderson --- net/Makefile | 4 ++-- ne

Re: [PATCH 13/26] net: Fix compiling SPL when fastboot is enabled

2023-10-11 Thread Simon Glass
On Wed, 11 Oct 2023 at 18:56, Sean Anderson wrote: > > When fastboot is enabled in U-Boot proper and SPL_NET is enabled, we will > try to (unsuccessfully) reference it in SPL. Fix these linker errors by > conditioning on SPL_UDP/TCP_FUNCTION_FASTBOOT. > > Signed-off-by: Sean Anderson > --- > > n

[PATCH 13/26] net: Fix compiling SPL when fastboot is enabled

2023-10-11 Thread Sean Anderson
When fastboot is enabled in U-Boot proper and SPL_NET is enabled, we will try to (unsuccessfully) reference it in SPL. Fix these linker errors by conditioning on SPL_UDP/TCP_FUNCTION_FASTBOOT. Signed-off-by: Sean Anderson --- net/Makefile | 4 ++-- net/net.c| 4 ++-- 2 files changed, 4 inse