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

Geoff Levand geoffrey.levand at am.sony.com
Sat Feb 3 09:28:26 EST 2007


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




More information about the Linuxppc-dev mailing list