
12 Oct
2023
12 Oct
'23
5:41 a.m.
On Wed, 11 Oct 2023 at 18:56, Sean Anderson seanga2@gmail.com 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 seanga2@gmail.com
net/Makefile | 4 ++-- net/net.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org