summaryrefslogtreecommitdiffstats
path: root/board/pdm360ng
diff options
context:
space:
mode:
authorAnatolij Gustschin <agust@denx.de>2013-02-08 00:03:50 +0000
committerWolfgang Denk <wd@denx.de>2013-03-09 08:23:08 +0100
commit5a35831b1f427a91ae06c971c2b3b4d9843372a1 (patch)
treede7f33855399074fcd9830f47da0f42fa16d04a9 /board/pdm360ng
parenta615dfda8c2041dd98ecd238d45f3bc35e495b44 (diff)
downloadtalos-obmc-uboot-5a35831b1f427a91ae06c971c2b3b4d9843372a1.tar.gz
talos-obmc-uboot-5a35831b1f427a91ae06c971c2b3b4d9843372a1.zip
mpc512x: pdm360ng: drop not needed memory node fixup
ft_cpu_setup() already does memory node fixup, no need to do it again. Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'board/pdm360ng')
-rw-r--r--board/pdm360ng/pdm360ng.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/pdm360ng/pdm360ng.c b/board/pdm360ng/pdm360ng.c
index a1f2d5e499..3048acd117 100644
--- a/board/pdm360ng/pdm360ng.c
+++ b/board/pdm360ng/pdm360ng.c
@@ -500,7 +500,6 @@ void ft_board_setup(void *blob, bd_t *bd)
int rc, i = 0;
ft_cpu_setup(blob, bd);
- fdt_fixup_memory(blob, (u64)bd->bi_memstart, (u64)bd->bi_memsize);
#ifdef CONFIG_FDT_FIXUP_PARTITIONS
fdt_fixup_mtdparts(blob, nodes, ARRAY_SIZE(nodes));
#endif
OpenPOWER on IntegriCloud