On Mon, May 15, 2017 at 10:02:41AM +0200, Olliver Schinagl wrote: > With this patch sun7i_mac can now get the MAC address from the board in > a predetermined board specific manner. > > Signed-off-by: Olliver Schinagl <oli...@schinagl.nl> > --- > drivers/net/Makefile | 2 +- > drivers/net/sun7i_mac.c | 2 ++ > 2 files changed, 3 insertions(+), 1 deletion(-) > > diff --git a/drivers/net/Makefile b/drivers/net/Makefile > index 86dee7d746..5df5567536 100644 > --- a/drivers/net/Makefile > +++ b/drivers/net/Makefile > @@ -23,7 +23,7 @@ obj-$(CONFIG_E1000) += e1000.o > obj-$(CONFIG_E1000_SPI) += e1000_spi.o > obj-$(CONFIG_EEPRO100) += eepro100.o > obj-$(CONFIG_SUN4I_EMAC) += sunxi_common.o sun4i_mac.o > -obj-$(CONFIG_SUN7I_MAC) += sun7i_mac.o > +obj-$(CONFIG_SUN7I_MAC) += sunxi_common.o sun7i_mac.o
Shouldn't that be turned in a Kconfig option selected by both drivers? Maxime -- Maxime Ripard, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com
signature.asc
Description: PGP signature
_______________________________________________ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot