5xxx, fdt: move fdt_fixup_memory() to cpu.c file
[oweals/u-boot.git] / board / tqc / tqm5200 / tqm5200.c
index 5a091c40d70b9d638bb67db8ea87ea76b01436c7..d90bae8ccaaab1a1bf106dc886064bb03d3df2b9 100644 (file)
@@ -745,7 +745,6 @@ int board_get_height (void)
 void ft_board_setup(void *blob, bd_t *bd)
 {
        ft_cpu_setup(blob, bd);
-       fdt_fixup_memory(blob, (u64)bd->bi_memstart, (u64)bd->bi_memsize);
 }
 #endif /* defined(CONFIG_OF_LIBFDT) && defined(CONFIG_OF_BOARD_SETUP) */