]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
5xxx, fdt: move fdt_fixup_memory() to cpu.c file
authorHeiko Schocher <hs@denx.de>
Thu, 3 Dec 2009 10:20:06 +0000 (11:20 +0100)
committerWolfgang Denk <wd@denx.de>
Tue, 8 Dec 2009 21:13:02 +0000 (22:13 +0100)
commit00b6d927ba8900cdf218b90b277e1090e284bea6
tree3e3cefc2ac5463a8eefaa403dcafecb86a153210
parent35e3717772c8c3534c18d8aac69e4b822777c23b
5xxx, fdt: move fdt_fixup_memory() to cpu.c file

u-boot updates, before starting Linux, the memory node in the
DTS. As this is a "standard" feature, move this functionality
to the cpu.c file for mpc5xxx and mpc512x processors.

Signed-off-by: Heiko Schocher <hs@denx.de>
board/cm5200/cm5200.c
board/davedenx/aria/aria.c
board/esd/mecp5123/mecp5123.c
board/freescale/mpc5121ads/mpc5121ads.c
board/matrix_vision/mvbc_p/mvbc_p.c
board/mucmc52/mucmc52.c
board/tqc/tqm5200/tqm5200.c
board/uc101/uc101.c
cpu/mpc512x/cpu.c
cpu/mpc5xxx/cpu.c