Hi Bizhan,

> device-tree: Duplicate name in /, renamed to "chosen#1"

> And here is the device tree:
>     chosen {
>         linux,stdout-path = "/[EMAIL PROTECTED]/[EMAIL PROTECTED]";
>     };
>     chosen {
>         name = "chosen";
>         bootargs = "root=/dev/ram rw console=ttyS1,115200";
>         linux,platform = <600>;
>         linux,initrd-start = <1ef33000>;
>         linux,initrd-end = <1fe190aa>;
>         linux,stdout-path = "/[EMAIL PROTECTED]/[EMAIL PROTECTED]";
>     };

you can't have two chosen nodes. Linux renames the second one to chosen#1 and 
thus can't find the kernel arguments.

Thanks,
Jochen
_______________________________________________
Linuxppc-embedded mailing list
[email protected]
https://ozlabs.org/mailman/listinfo/linuxppc-embedded

Reply via email to