Hello Wolfgang, Looks good. A minor commend below.
On Fri, 23 Dec 2011 12:29:10 +0100 Wolfgang Denk <[email protected]> wrote: > Signed-off-by: Wolfgang Denk <[email protected]> > Cc: Anatolij Gustschin <[email protected]> > Cc: Stefan Roese <[email protected]> > Cc: Kumar Gala <[email protected]> > Cc: Kim Phillips <[email protected]> > Cc: Andy Fleming <[email protected]> > --- > post/lib_powerpc/multi.c | 54 +++++++++++++++++++++------------------------ > 1 files changed, 25 insertions(+), 29 deletions(-) > > diff --git a/post/lib_powerpc/multi.c b/post/lib_powerpc/multi.c > index 5845616..4b4b119 100644 > --- a/post/lib_powerpc/multi.c > +++ b/post/lib_powerpc/multi.c > @@ -38,45 +38,41 @@ > > #if CONFIG_POST & CONFIG_SYS_POST_CPU > > -extern void cpu_post_exec_02 (ulong *code, ulong op1, ulong op2); > +extern void cpu_post_exec_02(ulong * code, ulong op1, ulong op2); IIRC checkpatch complains like "foo * bar" should be "foo *bar", There is surely no need to resubmit the patch, it could be changed when applying. Otherwise Acked-by: Anatolij Gustschin <[email protected]> Thanks, Anatolij _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

