
In message B27D27F93BC429468DBC3B0DA043AA4401D5082E@ilptex01.ecitele.com 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 david.saada@ecitele.com
--- 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