diff options
author | Thomas Fitzsimmons <fitzsim@fitzsim.org> | 2020-09-11 14:41:44 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-09-18 16:19:58 -0400 |
commit | e03dd8a05f5f0fc3d99289e84debe0ae99e805bb (patch) | |
tree | 3a123e111ace6ab1488cee78e35aeb2b21e046a6 /configs/bcm7260_defconfig | |
parent | a7dc37d38c8eddcd14008b115e254279bb88bbc1 (diff) | |
download | u-boot-e03dd8a05f5f0fc3d99289e84debe0ae99e805bb.tar.gz u-boot-e03dd8a05f5f0fc3d99289e84debe0ae99e805bb.tar.bz2 u-boot-e03dd8a05f5f0fc3d99289e84debe0ae99e805bb.zip |
configs: bcmstb: Disable networking support
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>
Diffstat (limited to 'configs/bcm7260_defconfig')
-rw-r--r-- | configs/bcm7260_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/bcm7260_defconfig b/configs/bcm7260_defconfig index f25659db48..d1b05309e1 100644 --- a/configs/bcm7260_defconfig +++ b/configs/bcm7260_defconfig @@ -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 |