Re: [U-Boot] [PATCH] mpc8536: fix board config file line length

2009-09-30 Thread Kumar Gala
On Sep 23, 2009, at 2:19 AM, Mingkai Hu wrote: > Signed-off-by: Mingkai Hu > --- > > Changelog: > According to Woflgang's comments, fixed the line length of > the board config file. > > include/configs/MPC8536DS.h | 147 ++ > + > 1 files changed, 79 inser

[U-Boot] [PATCH] mpc8536: fix board config file line length

2009-09-23 Thread Mingkai Hu
Signed-off-by: Mingkai Hu --- Changelog: According to Woflgang's comments, fixed the line length of the board config file. include/configs/MPC8536DS.h | 147 +++ 1 files changed, 79 insertions(+), 68 deletions(-) diff --git a/include/configs/MPC8536DS