From: Tony Dinh <mibodhi@gmail.com>
To: U-Boot Mailing List <u-boot@lists.denx.de>,
sr@denx.de, prafulla@marvell.com
Cc: Tom Rini <trini@konsulko.com>,
judge.packham@gmail.com, Tony Dinh <mibodhi@gmail.com>
Subject: [PATCH 1/3] Marvell Sheevaplug: Add DM Ethernet and DM SATA configs
Date: Tue, 13 Jul 2021 21:35:44 -0700 [thread overview]
Message-ID: <20210714043547.19065-2-mibodhi@gmail.com> (raw)
In-Reply-To: <20210714043547.19065-1-mibodhi@gmail.com>
Add DM_ETH, SATA_MV and associated configs to sheevaplug_defconfig
Signed-off-by: Tony Dinh <mibodhi@gmail.com>
---
configs/sheevaplug_defconfig | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/configs/sheevaplug_defconfig b/configs/sheevaplug_defconfig
index 676c47af27..4c7259e6d7 100644
--- a/configs/sheevaplug_defconfig
+++ b/configs/sheevaplug_defconfig
@@ -17,7 +17,6 @@ CONFIG_USE_PREBOOT=y
CONFIG_HUSH_PARSER=y
CONFIG_CMD_BOOTZ=y
# CONFIG_CMD_FLASH is not set
-CONFIG_CMD_IDE=y
CONFIG_CMD_MMC=y
CONFIG_CMD_NAND=y
CONFIG_CMD_USB=y
@@ -53,3 +52,8 @@ CONFIG_USB_EHCI_HCD=y
CONFIG_USB_STORAGE=y
CONFIG_LZMA=y
CONFIG_BZIP2=y
+CONFIG_BLK=y
+CONFIG_DM_ETH=y
+CONFIG_NET_RANDOM_ETHADDR=y
+CONFIG_CMD_SATA=y
+CONFIG_SATA_MV=y
--
2.20.1
next prev parent reply other threads:[~2021-07-14 4:36 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-14 4:35 [PATCH 0/3] Marvell SheevaPlug : convert Ethernet and SATA to Driver Model Tony Dinh
2021-07-14 4:35 ` Tony Dinh [this message]
2021-07-14 4:35 ` [PATCH 2/3] Marvell Sheevaplug: Use Ethernet PHY name and address from device tree Tony Dinh
2021-07-16 9:18 ` [RESEND PATCH " Tony Dinh
2021-07-14 4:35 ` [PATCH 3/3] Marvell Sheevaplug: Add DM SATA and remove IDE configs Tony Dinh
2021-07-19 12:33 ` [PATCH 0/3] Marvell SheevaPlug : convert Ethernet and SATA to Driver Model Stefan Roese
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=20210714043547.19065-2-mibodhi@gmail.com \
--to=mibodhi@gmail.com \
--cc=judge.packham@gmail.com \
--cc=prafulla@marvell.com \
--cc=sr@denx.de \
--cc=trini@konsulko.com \
--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