On Fri, Jun 11, 2010 at 06:45,  <[email protected]> wrote:
> Modified: trunk/arch/blackfin/mach-bf518/boards/tcm-bf518.c (8906 => 8907)
>
>  #if defined(CONFIG_BFIN_MAC) || defined(CONFIG_BFIN_MAC_MODULE)
> +unsigned short bfin_mac_peripherals[] =
> +#if defined(CONFIG_BFIN_MAC_RMII)
> +     P_RMII0;
> +#else
> +     P_MII0;
> +#endif

the point of the RMII Kconfig was to support different boards, not to
support RMII or MII on a single board.  these boards have RMII or MII
hardcoded in the PCB, so our board resources need to reflect that.
-mike
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to