From: Anatolij Gustschin <agust@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 6/8] pico-imx6: Add Ethernet support
Date: Fri, 20 Sep 2019 22:58:03 +0200 [thread overview]
Message-ID: <20190920225803.32975668@crub> (raw)
In-Reply-To: <20190920194730.4754-6-otavio@ossystems.com.br>
Hi Otavio,
On Fri, 20 Sep 2019 16:47:28 -0300
Otavio Salvador otavio at ossystems.com.br wrote:
...
> +/* Ethernet Configuration */
> +#define CONFIG_FEC_MXC
> +#define CONFIG_MII
> +#define IMX_FEC_BASE ENET_BASE_ADDR
> +#define CONFIG_FEC_XCV_TYPE RGMII
> +#define CONFIG_ETHPRIME "FEC"
> +#define CONFIG_FEC_MXC_PHYADDR 1
> +#define CONFIG_PHYLIB
> +#define CONFIG_PHY_ATHEROS
This adds legacy eth support, we will get CONFIG_DM_ETH conversion
warning. Could you please convert it to DM_ETH? Here is an example:
http://patchwork.ozlabs.org/patch/1165443
--
Anatolij
next prev parent reply other threads:[~2019-09-20 20:58 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-20 19:47 [U-Boot] [PATCH v2 1/8] configs: Sync all baseboard specific pico-imx7d Otavio Salvador
2019-09-20 19:47 ` [U-Boot] [PATCH v2 2/8] mx53loco: Fix U-Boot corruption after saving the environment Otavio Salvador
2019-09-20 19:47 ` [U-Boot] [PATCH v2 3/8] mx6: clock: Allow enable_ipu_clock() to be built for SPL code Otavio Salvador
2019-09-20 19:47 ` [U-Boot] [PATCH v2 4/8] pico-imx6: Add initial support Otavio Salvador
2019-09-20 19:47 ` [U-Boot] [PATCH v2 5/8] pico-imx6: Fix bootmenu handling Otavio Salvador
2019-09-20 19:47 ` [U-Boot] [PATCH v2 6/8] pico-imx6: Add Ethernet support Otavio Salvador
2019-09-20 20:58 ` Anatolij Gustschin [this message]
2019-09-22 1:11 ` Otavio Salvador
2019-09-20 19:47 ` [U-Boot] [PATCH v2 7/8] pico-imx6: Add splashscreen support Otavio Salvador
2019-09-20 19:47 ` [U-Boot] [PATCH v2 8/8] pico-imx6: Add Falcon mode Otavio Salvador
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=20190920225803.32975668@crub \
--to=agust@denx.de \
--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