[PATCH] [1/9] pasemi: Default root device

Olof Johansson olof at lixom.net
Mon Feb 5 09:18:49 EST 2007


On Fri, Feb 02, 2007 at 02:28:26PM -0800, Geoff Levand wrote:
> Olof Johansson wrote:
> > Set up default root device on the pasemi platform.
> > +	if (ROOT_DEV == 0) {
> > +#ifdef  CONFIG_ROOT_NFS
> > +		ROOT_DEV = Root_NFS;
> > +#else
> > +		ROOT_DEV = Root_SDA1;
> > +#endif
> 
> Christoph told me these are no longer desired in new
> platform code.

What's no longer desired, the logic trying to figure out if NFS is the
root, or setting a platform-specific root device if none is specified
already?


-Olof



More information about the Linuxppc-dev mailing list