public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Peter Robinson <pbrobinson@gmail.com>
To: u-boot@lists.denx.de
Subject: [PATCH 5/5] ARM: board: warp7: Minor cleanups and DM_ETH
Date: Fri,  2 Apr 2021 19:05:52 +0100	[thread overview]
Message-ID: <20210402180552.1075997-5-pbrobinson@gmail.com> (raw)
In-Reply-To: <20210402180552.1075997-1-pbrobinson@gmail.com>

We don't need a random MAC as the only network that's supported is
over USB and that has a hardcoded MAC, enable DM_ETH for the USB,
and the device doesn't have MTD storage so drop that.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Cc: Fabio Estevam <fabio.estevam@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
---
 configs/warp7_bl33_defconfig | 3 +--
 configs/warp7_defconfig      | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/configs/warp7_bl33_defconfig b/configs/warp7_bl33_defconfig
index 4b45fcd50a..98d370754a 100644
--- a/configs/warp7_bl33_defconfig
+++ b/configs/warp7_bl33_defconfig
@@ -32,14 +32,13 @@ CONFIG_CMD_FS_GENERIC=y
 CONFIG_OF_CONTROL=y
 CONFIG_ENV_OVERWRITE=y
 CONFIG_SYS_RELOC_GD_ENV_ADDR=y
-CONFIG_NET_RANDOM_ETHADDR=y
 CONFIG_BOUNCE_BUFFER=y
 CONFIG_DFU_MMC=y
+CONFIG_DM_ETH=y
 CONFIG_DM_I2C=y
 CONFIG_DM_MMC=y
 CONFIG_SUPPORT_EMMC_BOOT=y
 CONFIG_FSL_USDHC=y
-CONFIG_MTD=y
 CONFIG_PINCTRL=y
 CONFIG_PINCTRL_IMX7=y
 CONFIG_DM_PMIC=y
diff --git a/configs/warp7_defconfig b/configs/warp7_defconfig
index 3d11196080..8fa1981207 100644
--- a/configs/warp7_defconfig
+++ b/configs/warp7_defconfig
@@ -38,14 +38,13 @@ CONFIG_CMD_FS_GENERIC=y
 CONFIG_OF_CONTROL=y
 CONFIG_ENV_OVERWRITE=y
 CONFIG_SYS_RELOC_GD_ENV_ADDR=y
-CONFIG_NET_RANDOM_ETHADDR=y
 CONFIG_BOUNCE_BUFFER=y
 CONFIG_DFU_MMC=y
+CONFIG_DM_ETH=y
 CONFIG_DM_I2C=y
 CONFIG_DM_MMC=y
 CONFIG_SUPPORT_EMMC_BOOT=y
 CONFIG_FSL_USDHC=y
-CONFIG_MTD=y
 CONFIG_PINCTRL=y
 CONFIG_PINCTRL_IMX7=y
 CONFIG_DM_PMIC=y
-- 
2.31.1

  parent reply	other threads:[~2021-04-02 18:05 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-02 18:05 [PATCH 1/5] ARM: board: warp: Import dts files Peter Robinson
2021-04-02 18:05 ` [PATCH 2/5] ARM: board: warp: Enable OF_CONTROL and DM gpio/pin control Peter Robinson
2021-04-08 20:59   ` sbabic at denx.de
2021-04-02 18:05 ` [PATCH 3/5] ARM: board: warp: convert to DM_MMC Peter Robinson
2021-04-05  0:55   ` Jaehoon Chung
2021-04-08 20:58   ` sbabic at denx.de
2021-04-02 18:05 ` [PATCH 4/5] ARM: board: warp: convert to DM_USB Peter Robinson
2021-04-08 10:39   ` Stefano Babic
2021-04-08 20:57   ` sbabic at denx.de
2021-04-02 18:05 ` Peter Robinson [this message]
2021-04-08 20:59   ` [PATCH 5/5] ARM: board: warp7: Minor cleanups and DM_ETH sbabic at denx.de
2021-08-09 11:06   ` Stefano Babic
2021-04-03 14:14 ` [PATCH 1/5] ARM: board: warp: Import dts files Fabio Estevam
2021-04-08 20:59 ` sbabic at denx.de

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=20210402180552.1075997-5-pbrobinson@gmail.com \
    --to=pbrobinson@gmail.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