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>
This commit is contained in:
parent
a615dfda8c
commit
5a35831b1f
1 changed files with 0 additions and 1 deletions
|
@ -500,7 +500,6 @@ void ft_board_setup(void *blob, bd_t *bd)
|
||||||
int rc, i = 0;
|
int rc, i = 0;
|
||||||
|
|
||||||
ft_cpu_setup(blob, bd);
|
ft_cpu_setup(blob, bd);
|
||||||
fdt_fixup_memory(blob, (u64)bd->bi_memstart, (u64)bd->bi_memsize);
|
|
||||||
#ifdef CONFIG_FDT_FIXUP_PARTITIONS
|
#ifdef CONFIG_FDT_FIXUP_PARTITIONS
|
||||||
fdt_fixup_mtdparts(blob, nodes, ARRAY_SIZE(nodes));
|
fdt_fixup_mtdparts(blob, nodes, ARRAY_SIZE(nodes));
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue