From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sun, 15 Dec 2013 16:05:51 +0100 Subject: [U-Boot] [PATCH 2/4] arm: pxa: always init ethaddr for LP-8x4x In-Reply-To: <1387100646.13062.104.camel@host5.omatika.ru> References: <1386999720-23460-1-git-send-email-ynvich@gmail.com> <201312150617.53747.marex@denx.de> <1387100646.13062.104.camel@host5.omatika.ru> Message-ID: <201312151605.51901.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sunday, December 15, 2013 at 10:44:06 AM, Sergei Ianovich wrote: > On Sun, 2013-12-15 at 06:17 +0100, Marek Vasut wrote: > > On Sunday, December 15, 2013 at 12:53:18 AM, Sergei Ianovich wrote: > > > It may even make sense to remove the code that initializes eth1, right? > > > > Which code? > > I mean: > > lp8x4x_eth1_mac_init() in board/icpdas/lp8x4x/lp8x4x.c > > and its invocation in board_eth_init() Heh, yes. The DT will solve it through the ethernet1 alias, just set the eth1addr and test it to make sure please. Best regards, Marek Vasut