Re: [U-Boot] [PATCH v2] powerpc: Move cpu specific lmb reserve to arch_lmb_reserve

2011-02-09 Thread Kumar Gala
On Jan 31, 2011, at 4:15 PM, Kumar Gala wrote: > We've been utilizing board_lmb_reserve to reserve the boot page for MP > systems. We can just move this into arch_lmb_reserve for 85xx & 86xx > systems rather than duplicating in each board port. > > Signed-off-by: Kumar Gala > --- > * Fix compi

[U-Boot] [PATCH v2] powerpc: Move cpu specific lmb reserve to arch_lmb_reserve

2011-01-31 Thread Kumar Gala
We've been utilizing board_lmb_reserve to reserve the boot page for MP systems. We can just move this into arch_lmb_reserve for 85xx & 86xx systems rather than duplicating in each board port. Signed-off-by: Kumar Gala --- * Fix compiler warning for not including in bootm.c arch/powerpc/lib/bo