Re: [U-Boot] [PATCH 8/8] mpc512x: pdm360ng: drop not needed memory node fixup

2013-03-09 Thread Wolfgang Denk
Dear Anatolij Gustschin, In message <1360317830-28525-9-git-send-email-ag...@denx.de> you wrote: > ft_cpu_setup() already does memory node fixup, no need > to do it again. > > Signed-off-by: Anatolij Gustschin > --- > board/pdm360ng/pdm360ng.c |1 - > 1 files changed, 0 insertions(+), 1 del

[U-Boot] [PATCH 8/8] mpc512x: pdm360ng: drop not needed memory node fixup

2013-02-08 Thread Anatolij Gustschin
ft_cpu_setup() already does memory node fixup, no need to do it again. Signed-off-by: Anatolij Gustschin --- board/pdm360ng/pdm360ng.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/board/pdm360ng/pdm360ng.c b/board/pdm360ng/pdm360ng.c index a1f2d5e..3048acd 100644 ---