]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc: Move cpu specific lmb reserve to arch_lmb_reserve
authorKumar Gala <galak@kernel.crashing.org>
Mon, 31 Jan 2011 21:51:20 +0000 (15:51 -0600)
committerKumar Gala <galak@kernel.crashing.org>
Mon, 4 Apr 2011 14:24:40 +0000 (09:24 -0500)
commit561e710a979c86a0c647dd70d143cafc123bcd64
treedeb64200384da61104751949ed3d08447601dafe
parentccc4a8d89f8abcd30c25ac67a5aa5e57ac2eb515
powerpc: Move cpu specific lmb reserve to arch_lmb_reserve

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 <galak@kernel.crashing.org>
arch/powerpc/lib/bootm.c
board/freescale/corenet_ds/corenet_ds.c
board/freescale/mpc8572ds/mpc8572ds.c
board/freescale/mpc8641hpcn/mpc8641hpcn.c
board/freescale/p1022ds/p1022ds.c
board/freescale/p1_p2_rdb/p1_p2_rdb.c
board/freescale/p2020ds/p2020ds.c
board/sbc8641d/sbc8641d.c
board/xes/xpedite517x/xpedite517x.c
board/xes/xpedite537x/xpedite537x.c
board/xes/xpedite550x/xpedite550x.c