
16 Jun
2010
16 Jun
'10
3:31 a.m.
On Mon, 14 Jun 2010 19:56:19 -0500 Becky Bruce beckyb@kernel.crashing.org wrote:
Each platform had its own version of the upmconfig, despite the init process being identical. Now that we have a spot for common lbc code, create a common upmconfig() there.
Signed-off-by: Becky Bruce beckyb@kernel.crashing.org
diff --git a/arch/powerpc/cpu/mpc8xxx/fsl_lbc.c b/arch/powerpc/cpu/mpc8xxx/fsl_lbc.c
- /* Return to normal operation */
- out_be32(mxmr, (in_be32(mxmr) & mask) | MxMR_OP_NORM);
+}
Applying: powerpc 83xx/85xx: Merge lbc upmconfig code /home/r1aaha/git/u-boot/.git/rebase-apply/patch:161: new blank line at EOF. + warning: 1 line adds whitespace errors.
Otherwise,
Acked-by: Kim Phillips kim.phillips@freescale.com
Kim