summaryrefslogtreecommitdiffstats
path: root/board/davedenx
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2009-12-03 11:20:06 +0100
committerWolfgang Denk <wd@denx.de>2009-12-08 22:13:02 +0100
commit00b6d927ba8900cdf218b90b277e1090e284bea6 (patch)
tree3e3cefc2ac5463a8eefaa403dcafecb86a153210 /board/davedenx
parent35e3717772c8c3534c18d8aac69e4b822777c23b (diff)
downloadblackbird-obmc-uboot-00b6d927ba8900cdf218b90b277e1090e284bea6.tar.gz
blackbird-obmc-uboot-00b6d927ba8900cdf218b90b277e1090e284bea6.zip
5xxx, fdt: move fdt_fixup_memory() to cpu.c file
u-boot updates, before starting Linux, the memory node in the DTS. As this is a "standard" feature, move this functionality to the cpu.c file for mpc5xxx and mpc512x processors. Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'board/davedenx')
-rw-r--r--board/davedenx/aria/aria.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/davedenx/aria/aria.c b/board/davedenx/aria/aria.c
index cc69c9d38e..f17df60c20 100644
--- a/board/davedenx/aria/aria.c
+++ b/board/davedenx/aria/aria.c
@@ -196,6 +196,5 @@ int checkboard (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) */
OpenPOWER on IntegriCloud