projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a615dfd
)
mpc512x: pdm360ng: drop not needed memory node fixup
author
Anatolij Gustschin
<agust@denx.de>
Fri, 8 Feb 2013 00:03:50 +0000
(
00:03
+0000)
committer
Wolfgang Denk
<wd@denx.de>
Sat, 9 Mar 2013 07:23:08 +0000
(08:23 +0100)
ft_cpu_setup() already does memory node fixup, no need
to do it again.
Signed-off-by: Anatolij Gustschin <agust@denx.de>
board/pdm360ng/pdm360ng.c
patch
|
blob
|
history
diff --git
a/board/pdm360ng/pdm360ng.c
b/board/pdm360ng/pdm360ng.c
index a1f2d5e49935663410ea8491e775c914de43df8e..3048acd117678635c952d27df86078917db99353 100644
(file)
--- 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