Re: [U-Boot] [PATCH] sunxi: Change SUNXI_GMAC to SUN7I_GMAC in sources

2017-09-01 Thread Jagan Teki
On Fri, Sep 1, 2017 at 8:03 PM, Jagan Teki wrote: > On Thu, Aug 31, 2017 at 10:51 PM, Lionel Koenig > wrote: >> Following 4d43d065db3262f9a9918ba72457bf36dfb8e0bb, >> SUNXI_GMAC was still used to configure the code while >> SUN7I_GMAC was used in the configuration tools. >> >> Signed-off-by: Lio

Re: [U-Boot] [PATCH] sunxi: Change SUNXI_GMAC to SUN7I_GMAC in sources

2017-09-01 Thread Jagan Teki
On Thu, Aug 31, 2017 at 10:51 PM, Lionel Koenig wrote: > Following 4d43d065db3262f9a9918ba72457bf36dfb8e0bb, > SUNXI_GMAC was still used to configure the code while > SUN7I_GMAC was used in the configuration tools. > > Signed-off-by: Lionel Koenig > --- > arch/arm/include/asm/arch-sunxi/sys_prot

Re: [U-Boot] [PATCH] sunxi: Change SUNXI_GMAC to SUN7I_GMAC in sources

2017-09-01 Thread Mark Kettenis
> From: Lionel Koenig > Date: Thu, 31 Aug 2017 19:21:01 +0200 > > Following 4d43d065db3262f9a9918ba72457bf36dfb8e0bb, > SUNXI_GMAC was still used to configure the code while > SUN7I_GMAC was used in the configuration tools. > > Signed-off-by: Lionel Koenig Reviewed-by: Mark Kettenis This is

[U-Boot] [PATCH] sunxi: Change SUNXI_GMAC to SUN7I_GMAC in sources

2017-09-01 Thread Lionel Koenig
Following 4d43d065db3262f9a9918ba72457bf36dfb8e0bb, SUNXI_GMAC was still used to configure the code while SUN7I_GMAC was used in the configuration tools. Signed-off-by: Lionel Koenig --- arch/arm/include/asm/arch-sunxi/sys_proto.h | 2 +- board/sunxi/Makefile| 2 +- inclu

Re: [U-Boot] [PATCH] sunxi: Change SUNXI_GMAC to SUN7I_GMAC in sources

2017-08-31 Thread Jagan Teki
On Wed, Aug 30, 2017 at 2:59 PM, Lionel Koenig wrote: > Hi, > I found that in commit-id 4d43d065db3262f9a9918ba72457bf36dfb8e0bb was > changing SUNXI_GMAC config to SUN7I_GMAC. However, after that change, the > PHY was not initialized correctly on my board (Olimex > Olinuxino-A20-Lime2-eMMC). > Th

[U-Boot] [PATCH] sunxi: Change SUNXI_GMAC to SUN7I_GMAC in sources

2017-08-30 Thread Lionel Koenig
Hi, I found that in commit-id 4d43d065db3262f9a9918ba72457bf36dfb8e0bb was changing SUNXI_GMAC config to SUN7I_GMAC. However, after that change, the PHY was not initialized correctly on my board (Olimex Olinuxino-A20-Lime2-eMMC). This patch should correct the behavior. However, beeing my first patc