[U-Boot] [PATCH 3/3 v3] Update all board to support new bbmiiphy driver (with multibus support)
Ben Warren
biggerbadderben at gmail.com
Mon Oct 5 08:34:10 CEST 2009
Hi Luigi,
Luigi 'Comio' Mantellini wrote:
> From: Luigi 'Comio' Mantellini <luigi.mantellini at idf-hit.com>
>
> Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini at idf-hit.com>
> ---
> include/configs/ISPAN.h | 3 +++
> include/configs/MPC8260ADS.h | 2 ++
> include/configs/MPC8266ADS.h | 3 +++
> include/configs/MPC8560ADS.h | 3 +++
> include/configs/Rattler.h | 3 +++
> include/configs/SBC8540.h | 3 +++
> include/configs/TQM8272.h | 2 ++
> include/configs/VoVPN-GW.h | 3 +++
> include/configs/ZPC1900.h | 3 +++
> include/configs/ep8248.h | 3 +++
> include/configs/ep82xxm.h | 3 +++
> include/configs/gw8260.h | 3 +++
> include/configs/hymod.h | 9 +++++++++
> include/configs/muas3001.h | 3 +++
> include/configs/ppmc8260.h | 3 +++
> include/configs/sacsng.h | 3 +++
> include/configs/sbc8260.h | 3 +++
> include/configs/sbc8560.h | 3 +++
> 18 files changed, 58 insertions(+), 0 deletions(-)
>
> diff --git a/include/configs/ISPAN.h b/include/configs/ISPAN.h
> index 6eb466a..be41f37 100644
> --- a/include/configs/ISPAN.h
> +++ b/include/configs/ISPAN.h
> @@ -84,6 +84,9 @@
> * GPIO pins used for bit-banged MII communications
> */
> #define MDIO_PORT 3 /* Port D */
> +#define MDIO_DECLARE volatile ioport_t *iop = ioport_addr ((immap_t *) CONFIG_SYS_IMMR, MDIO_PORT)
>
Line's too long (as are many in this patch). Please shorten them. The
content seems fine...
<snip>
regards,
Ben
More information about the U-Boot
mailing list