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