> 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.

Yep, that's how I got to boot my kernel again, forgot to post this in my
previous mail:

aliases {
        ethernet0 = &enet0;
        ethernet1 = &enet1;
        serial0 = &serial0;
        serial1 = &serial1;
        pci0 = &pci0;
};

And then adding the correct aliases of course:
  enet0: [EMAIL PROTECTED] {
etc.



-- 
  greetz, marc
I'm only judging on my experience with you, but I've never seen such
a deficient species.
        Pilot - Crackers Don't Matter
chiana 2.6.18-4-ixp4xx #1 Tue Mar 27 18:01:56 BST 2007 GNU/Linux

Attachment: signature.asc
Description: Digital signature

-------------------------------------------------------------------------
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