In message <[EMAIL PROTECTED]> you wrote:
> Add support for UPM configuration on the 85xx platform.
> In addition, on the MPC83xx, remove MPC834x precompiler condition, in
> order to support all MPC83xx processors.
> 
> Signed-off-by: David Saada <[EMAIL PROTECTED]>
> 
> --- a/include/mpc85xx.h       2008-02-07 12:11:35.873966000 +0200
> +++ b/include/mpc85xx.h       2008-02-07 13:13:34.255165000 +0200
> @@ -35,7 +35,10 @@
>  #define BRx_MS_UPMA  0x00000080      /* U.P.M.A Machine Select
> */
^^^^^^
>  #define BRx_MS_UPMB  0x000000a0      /* U.P.M.B Machine Select
> */
^^^^^^
>  #define BRx_MS_UPMC  0x000000c0      /* U.P.M.C Machine Select
> */
^^^^^^
> +#define BRx_MS_MSK   0x000000e0      /* Machine select mask */
> +#define BRx_MS_SHIFT 5               /* Machine select shift */
>  #define BRx_PS_8     0x00000800      /*  8 bit port size
> */
^^^^^^
> +#define BRx_PS_16    0x00001000      /* 16 bit port size
> */
^^^^^^

etc. Your patch is line-wrapped. Please fix your mailer setupo before
resubmitting.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED]
"I believe the use of noise to make  music  will  increase  until  we
reach  a  music  produced  through  the aid of electrical instruments
which will make available for musical purposes  any  and  all  sounds
that can be heard."                        - composer John Cage, 1937

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to