* [U-Boot] [PATCH] net/sh-ether: Fix build by removing ECSIPR_BRCRXIP and other
@ 2012-06-06 2:39 Nobuhiro Iwamatsu
2012-06-21 7:13 ` Shimoda, Yoshihiro
0 siblings, 1 reply; 5+ messages in thread
From: Nobuhiro Iwamatsu @ 2012-06-06 2:39 UTC (permalink / raw)
To: u-boot
When support sh7734 of sh-ether, ECSIPR_BRCRXIP and other were removed.
Therefore SH7757 and SH7724 can not build. This revise this probelem.
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
---
drivers/net/sh_eth.h | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/drivers/net/sh_eth.h b/drivers/net/sh_eth.h
index a1ba68b..50f4b69 100644
--- a/drivers/net/sh_eth.h
+++ b/drivers/net/sh_eth.h
@@ -452,17 +452,16 @@ enum ECSR_STATUS_BIT {
/* ECSIPR */
enum ECSIPR_STATUS_MASK_BIT {
-#if defined(CONFIG_CPU_SH7724)
+#if defined(CONFIG_CPU_SH7724) || defined(CONFIG_CPU_SH7757)
+ ECSIPR_BRCRXIP = 0x20,
ECSIPR_PSRTOIP = 0x10,
- ECSIPR_LCHNGIP = 0x04,
- ECSIPR_ICDIP = 0x01,
#elif defined(CONFIG_CPU_SH7763) || defined(CONFIG_CPU_SH7734)
ECSIPR_PSRTOIP = 0x10,
ECSIPR_PHYIP = 0x08,
+#endif
ECSIPR_LCHNGIP = 0x04,
ECSIPR_MPDIP = 0x02,
ECSIPR_ICDIP = 0x01,
-#endif
};
#if defined(CONFIG_CPU_SH7763) || defined(CONFIG_CPU_SH7734)
--
1.7.10
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [U-Boot] [PATCH] net/sh-ether: Fix build by removing ECSIPR_BRCRXIP and other
2012-06-06 2:39 [U-Boot] [PATCH] net/sh-ether: Fix build by removing ECSIPR_BRCRXIP and other Nobuhiro Iwamatsu
@ 2012-06-21 7:13 ` Shimoda, Yoshihiro
2012-06-26 4:18 ` Nobuhiro Iwamatsu
0 siblings, 1 reply; 5+ messages in thread
From: Shimoda, Yoshihiro @ 2012-06-21 7:13 UTC (permalink / raw)
To: u-boot
Hi,
2012/06/06 11:39, Nobuhiro Iwamatsu wrote:
> When support sh7734 of sh-ether, ECSIPR_BRCRXIP and other were removed.
> Therefore SH7757 and SH7724 can not build. This revise this probelem.
>
> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
I tested this patch. And, it is good.
Tested-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Best regards,
Yoshihiro Shimoda
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] [PATCH] net/sh-ether: Fix build by removing ECSIPR_BRCRXIP and other
2012-06-21 7:13 ` Shimoda, Yoshihiro
@ 2012-06-26 4:18 ` Nobuhiro Iwamatsu
2012-06-26 18:03 ` Joe Hershberger
0 siblings, 1 reply; 5+ messages in thread
From: Nobuhiro Iwamatsu @ 2012-06-26 4:18 UTC (permalink / raw)
To: u-boot
Hi,
Joe, could you pick-up ths patch to your network repository?
This is bug fix to 201207.
Best regards,
Nobuhiro
2012/6/21 Shimoda, Yoshihiro <yoshihiro.shimoda.uh@renesas.com>:
> Hi,
>
> 2012/06/06 11:39, Nobuhiro Iwamatsu wrote:
>> When support sh7734 of sh-ether, ECSIPR_BRCRXIP and other were removed.
>> Therefore SH7757 and SH7724 can not build. This revise this probelem.
>>
>> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
>
> I tested this patch. And, it is good.
>
> Tested-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
>
> Best regards,
> Yoshihiro Shimoda
--
Nobuhiro Iwamatsu
?? iwamatsu at {nigauri.org / debian.org}
?? GPG ID: 40AD1FA6
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] [PATCH] net/sh-ether: Fix build by removing ECSIPR_BRCRXIP and other
2012-06-26 4:18 ` Nobuhiro Iwamatsu
@ 2012-06-26 18:03 ` Joe Hershberger
2012-06-26 18:08 ` Joe Hershberger
0 siblings, 1 reply; 5+ messages in thread
From: Joe Hershberger @ 2012-06-26 18:03 UTC (permalink / raw)
To: u-boot
Hi Nobuhiro Iwamatsu,
On Mon, Jun 25, 2012 at 11:18 PM, Nobuhiro Iwamatsu
<iwamatsu@nigauri.org> wrote:
> Hi,
>
> Joe, could you pick-up ths patch to your network repository?
> This is bug fix to 201207.
Yes.
-Joe
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] [PATCH] net/sh-ether: Fix build by removing ECSIPR_BRCRXIP and other
2012-06-26 18:03 ` Joe Hershberger
@ 2012-06-26 18:08 ` Joe Hershberger
0 siblings, 0 replies; 5+ messages in thread
From: Joe Hershberger @ 2012-06-26 18:08 UTC (permalink / raw)
To: u-boot
On Tue, Jun 26, 2012 at 1:03 PM, Joe Hershberger
<joe.hershberger@gmail.com> wrote:
> Hi Nobuhiro Iwamatsu,
>
> On Mon, Jun 25, 2012 at 11:18 PM, Nobuhiro Iwamatsu
> <iwamatsu@nigauri.org> wrote:
>> Hi,
>>
>> Joe, could you pick-up ths patch to your network repository?
>> This is bug fix to 201207.
>
> Yes.
Applied, thanks.
-Joe
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-06-26 18:08 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-06 2:39 [U-Boot] [PATCH] net/sh-ether: Fix build by removing ECSIPR_BRCRXIP and other Nobuhiro Iwamatsu
2012-06-21 7:13 ` Shimoda, Yoshihiro
2012-06-26 4:18 ` Nobuhiro Iwamatsu
2012-06-26 18:03 ` Joe Hershberger
2012-06-26 18:08 ` Joe Hershberger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox