]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
configs: bcmstb: Disable networking support
authorThomas Fitzsimmons <fitzsim@fitzsim.org>
Fri, 11 Sep 2020 18:41:44 +0000 (14:41 -0400)
committerTom Rini <trini@konsulko.com>
Fri, 18 Sep 2020 20:19:58 +0000 (16:19 -0400)
Silence the "Driver Model for Ethernet drivers" migration warning for
the bcm7445 and bcm7260 ports, neither of which supports networking yet.

Signed-off-by: Thomas Fitzsimmons <fitzsim@fitzsim.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
configs/bcm7260_defconfig
configs/bcm7445_defconfig

index f25659db48ca7dde0fcf824462b9e182b4d1b4f4..d1b05309e1ee3d9f6a964f3abef12a8aff531bd7 100644 (file)
@@ -27,6 +27,7 @@ CONFIG_ENV_OVERWRITE=y
 CONFIG_ENV_IS_IN_MMC=y
 CONFIG_SYS_REDUNDAND_ENVIRONMENT=y
 CONFIG_SYS_RELOC_GD_ENV_ADDR=y
+# CONFIG_NET is not set
 CONFIG_DM_MMC=y
 CONFIG_MMC_SDHCI=y
 CONFIG_MMC_SDHCI_BCMSTB=y
index 18d31048ff1710a18e579e29fa99ca8053d487b0..1f9ab482a26dd859124dc218a91826421252459c 100644 (file)
@@ -28,6 +28,7 @@ CONFIG_ENV_OVERWRITE=y
 CONFIG_ENV_IS_IN_SPI_FLASH=y
 CONFIG_SYS_REDUNDAND_ENVIRONMENT=y
 CONFIG_SYS_RELOC_GD_ENV_ADDR=y
+# CONFIG_NET is not set
 CONFIG_DM_MMC=y
 CONFIG_MMC_SDHCI=y
 CONFIG_MMC_SDHCI_BCMSTB=y