From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Hershberger Date: Fri, 9 Dec 2016 10:22:21 -0600 Subject: [U-Boot] Pull request: u-boot-net.git master In-Reply-To: <20161209121259.GD4248@bill-the-cat> References: <20161208163755.23AD6FED0F@linux-xvxi.amer.corp.natinst.com> <20161209121259.GD4248@bill-the-cat> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, On Fri, Dec 9, 2016 at 6:12 AM, Tom Rini wrote: > On Thu, Dec 08, 2016 at 10:37:26AM -0600, Joe Hershberger wrote: > >> Hi Tom, >> >> The following changes since commit 388019f1e2166638453bc4e0cc5d138c2a19e0c9: >> >> Merge branch 'master' of git://git.denx.de/u-boot-usb (2016-12-06 08:07:20 -0500) >> >> are available in the git repository at: >> >> >> git://git.denx.de/u-boot-net.git master >> >> for you to fetch changes up to bb135a0180c31fbd7456021fb9700b49bba7f533: >> >> net/phy/vitesse: Rework RGMII skew configuration for VSC8601 (2016-12-08 10:36:22 -0600) > > This is a NAK and is what is breaking microblaze-generic and > imgtec_xilfpga at least: > +(imgtec_xilfpga,microblaze-generic) ret = > mdio_register_seq(emaclite->bus, dev->seq);+(imgtec_xilfpga,microblaze-generic) ^ > +(imgtec_xilfpga,microblaze-generic) drivers/net/built-in.o: In function > `emaclite_probe': > +(imgtec_xilfpga) > ../drivers/net/xilinx_emaclite.c:(.text.emaclite_probe+0x64): undefined reference to `mdio_register_seq' > +(imgtec_xilfpga,microblaze-generic) make[1]: *** [u-boot] Error 1 > +(imgtec_xilfpga,microblaze-generic) make: *** [sub-make] Error 2 > +(microblaze-generic) ret = mdio_register_seq(priv->bus, dev->seq); > +(microblaze-generic) drivers/net/built-in.o: In function `axi_emac_probe': +(microblaze-generic) > build/../drivers/net/xilinx_axi_emac.c:652: undefined reference to `mdio_register_seq' > +(microblaze-generic) build/../drivers/net/xilinx_emaclite.c:570: undefined reference to `mdio_register_seq' This is strange... I build tested this on Travis. https://travis-ci.org/jhershbe/u-boot/builds/180270329 Are we missing microblaze coverage on Travis or something? Thanks, -Joe > -- > Tom > > _______________________________________________ > U-Boot mailing list > U-Boot at lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot >