Re: How to move from /ppc/ to /powerpc/
From: Matthew McClintock <hidden>
Date: 2006-09-25 16:50:03
From: Matthew McClintock <hidden>
Date: 2006-09-25 16:50:03
On Thu, 2006-09-21 at 18:08 +0200, Fredrik Roubert wrote:
chosen {
name = "chosen";
linux,platform = <00000600>;
linux,stdout-path = "/soc8349@ff400000/serial@4500";
bootargs = "root=/dev/nfs rw
nfsroot=150.158.215.227:/home/rootfs/dev-ds
ip=150.158.211.83:150.158.215.227:150.158.212.1:255.255.248.0:dev-ds:eth0:off console=ttyS0,115200 console=ttyS0,115200 rtc-x1205.force=0,0x6f";
};Fredrik, It looks like you already have your chosen node in your DTS file. With my u-boot patches the appropriate chosen node is added to the flat tree based off the u-boot environment. -Matthew