From fe7be7b2d71d7c0a6cd8a4ce5d36a28b451b7842 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 2 Aug 2022 07:33:42 -0400 Subject: [PATCH] am335x_sl50: Disable SPL_NET Now that we are about to enable DM_ETH by default, disable SPL_NET as SPL_DM is not enabled currently. Cc: Enric Balletbo i Serra Signed-off-by: Tom Rini --- configs/am335x_sl50_defconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/configs/am335x_sl50_defconfig b/configs/am335x_sl50_defconfig index 22f5b632d6..65b20550c0 100644 --- a/configs/am335x_sl50_defconfig +++ b/configs/am335x_sl50_defconfig @@ -32,8 +32,6 @@ CONFIG_SPL_MTD_SUPPORT=y # CONFIG_SPL_NAND_SUPPORT is not set CONFIG_SPL_NAND_DRIVERS=y CONFIG_SPL_NAND_ECC=y -CONFIG_SPL_NET=y -CONFIG_SPL_NET_VCI_STRING="AM335x U-Boot SPL" CONFIG_SPL_OS_BOOT=y CONFIG_SPL_FALCON_BOOT_MMCSD=y CONFIG_SYS_MMCSD_RAW_MODE_KERNEL_SECTOR=0x1700 -- 2.39.5