* [U-Boot] [PATCH] sh: espt: change config for new sh_eth driver
@ 2011-10-31 1:44 Yoshihiro Shimoda
2011-11-08 5:38 ` Nobuhiro Iwamatsu
0 siblings, 1 reply; 2+ messages in thread
From: Yoshihiro Shimoda @ 2011-10-31 1:44 UTC (permalink / raw)
To: u-boot
The new sh_eth driver uses the phy driver. So, this patch enables it.
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
---
include/configs/espt.h | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/include/configs/espt.h b/include/configs/espt.h
index 38058c7..3df1fae 100644
--- a/include/configs/espt.h
+++ b/include/configs/espt.h
@@ -39,6 +39,7 @@
#define CONFIG_CMD_FLASH
#define CONFIG_CMD_MEMORY
#define CONFIG_CMD_NET
+#define CONFIG_CMD_MII
#define CONFIG_CMD_PING
#define CONFIG_CMD_ENV
#define CONFIG_CMD_NFS
@@ -120,5 +121,8 @@
#define CONFIG_SH_ETHER 1
#define CONFIG_SH_ETHER_USE_PORT (1)
#define CONFIG_SH_ETHER_PHY_ADDR (0x00)
+#define CONFIG_PHYLIB
+#define CONFIG_BITBANGMII
+#define CONFIG_BITBANGMII_MULTI
#endif /* __SH7763RDP_H */
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] [PATCH] sh: espt: change config for new sh_eth driver
2011-10-31 1:44 [U-Boot] [PATCH] sh: espt: change config for new sh_eth driver Yoshihiro Shimoda
@ 2011-11-08 5:38 ` Nobuhiro Iwamatsu
0 siblings, 0 replies; 2+ messages in thread
From: Nobuhiro Iwamatsu @ 2011-11-08 5:38 UTC (permalink / raw)
To: u-boot
Applied, thanks.
Best regards,
Nobuhiro
2011/10/31 Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>:
> The new sh_eth driver uses the phy driver. So, this patch enables it.
>
> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> ---
> ?include/configs/espt.h | ? ?4 ++++
> ?1 files changed, 4 insertions(+), 0 deletions(-)
>
> diff --git a/include/configs/espt.h b/include/configs/espt.h
> index 38058c7..3df1fae 100644
> --- a/include/configs/espt.h
> +++ b/include/configs/espt.h
> @@ -39,6 +39,7 @@
> ?#define CONFIG_CMD_FLASH
> ?#define CONFIG_CMD_MEMORY
> ?#define CONFIG_CMD_NET
> +#define CONFIG_CMD_MII
> ?#define CONFIG_CMD_PING
> ?#define CONFIG_CMD_ENV
> ?#define CONFIG_CMD_NFS
> @@ -120,5 +121,8 @@
> ?#define CONFIG_SH_ETHER 1
> ?#define CONFIG_SH_ETHER_USE_PORT (1)
> ?#define CONFIG_SH_ETHER_PHY_ADDR (0x00)
> +#define CONFIG_PHYLIB
> +#define CONFIG_BITBANGMII
> +#define CONFIG_BITBANGMII_MULTI
>
> ?#endif /* __SH7763RDP_H */
> --
> 1.7.1
>
--
Nobuhiro Iwamatsu
?? iwamatsu at {nigauri.org / debian.org}
?? GPG ID: 40AD1FA6
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-11-08 5:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-31 1:44 [U-Boot] [PATCH] sh: espt: change config for new sh_eth driver Yoshihiro Shimoda
2011-11-08 5:38 ` Nobuhiro Iwamatsu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox