From: Thomas Fitzsimmons <fitzsim@fitzsim.org>
To: u-boot@lists.denx.de
Subject: [PATCH] dm: arm: bcmstb: Enable driver model for Ethernet drivers
Date: Fri, 11 Sep 2020 11:31:06 -0400 [thread overview]
Message-ID: <20200911153106.187905-1-fitzsim@fitzsim.org> (raw)
Eliminate the Driver Model migration warning for the bcm7260 and bcm7445
ports (though neither port has Ethernet support yet).
Signed-off-by: Thomas Fitzsimmons <fitzsim@fitzsim.org>
---
configs/bcm7260_defconfig | 1 +
configs/bcm7445_defconfig | 1 +
2 files changed, 2 insertions(+)
diff --git a/configs/bcm7260_defconfig b/configs/bcm7260_defconfig
index f25659db48..47157f04eb 100644
--- a/configs/bcm7260_defconfig
+++ b/configs/bcm7260_defconfig
@@ -31,4 +31,5 @@ CONFIG_DM_MMC=y
CONFIG_MMC_SDHCI=y
CONFIG_MMC_SDHCI_BCMSTB=y
CONFIG_MTD=y
+CONFIG_DM_ETH=y
# CONFIG_EFI_LOADER is not set
diff --git a/configs/bcm7445_defconfig b/configs/bcm7445_defconfig
index 18d31048ff..0f80e309ab 100644
--- a/configs/bcm7445_defconfig
+++ b/configs/bcm7445_defconfig
@@ -33,6 +33,7 @@ CONFIG_MMC_SDHCI=y
CONFIG_MMC_SDHCI_BCMSTB=y
CONFIG_MTD=y
CONFIG_DM_SPI_FLASH=y
+CONFIG_DM_ETH=y
CONFIG_SPI=y
CONFIG_DM_SPI=y
CONFIG_BCMSTB_SPI=y
--
2.26.0.rc2
next reply other threads:[~2020-09-11 15:31 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-11 15:31 Thomas Fitzsimmons [this message]
2020-09-11 17:59 ` [PATCH] dm: arm: bcmstb: Enable driver model for Ethernet drivers Tom Rini
2020-09-11 18:41 ` [PATCH v2] configs: bcmstb: Disable networking support Thomas Fitzsimmons
2020-09-11 19:55 ` Tom Rini
2020-09-19 12:34 ` Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200911153106.187905-1-fitzsim@fitzsim.org \
--to=fitzsim@fitzsim.org \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox