Marc Leeman wrote:
> When booting an 8347 processor, the MAC addresses (ethaddr and eth1addr)
> don't seem to get passed anymore.
> 
> I modified my config to include CONFIG_HAS_ETH0 and CONFIG_HAS_ETH1 and
> I am entering the code in fdt_fixup_ethernet (common/fdt_support.c) but
> get stuck at node = fdt_path_offset(fdt, "/aliases");
> 
> Once this fails, the MAC addresses are not passed along.

Disclaimer: I have not researched this...

I presume the problem is that the /aliases node doesn't exist in your 
tree (original kernel .dts source, and thus the .dtb blob).  One simple 
solution would be to create the /aliases node if it doesn't exist, just 
like we create the /chosen node if it doesn't exist.

Best regards,
gvb

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to