summaryrefslogtreecommitdiffstats
path: root/board/freescale/mpc8544ds
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2007-08-16 11:01:21 -0500
committerAndrew Fleming-AFLEMING <afleming@freescale.com>2007-08-16 16:18:21 -0500
commitea5877e31ed63ade948fd1293895ec23fe01472e (patch)
treeb96829a437fa066665943e32ddbc39a81777233f /board/freescale/mpc8544ds
parentd35b508a55508535b6e8445b718585d27df733d3 (diff)
downloadblackbird-obmc-uboot-ea5877e31ed63ade948fd1293895ec23fe01472e.tar.gz
blackbird-obmc-uboot-ea5877e31ed63ade948fd1293895ec23fe01472e.zip
Fix up some fdt issues on 8544DS
It looks like we had a merge issue that duplicated a bit of code in ft_board_setup. Also, we need to set CONFIG_HAS_ETH0 to get the MAC address properly set in the device tree on boot for TSEC1 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/freescale/mpc8544ds')
-rw-r--r--board/freescale/mpc8544ds/mpc8544ds.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/board/freescale/mpc8544ds/mpc8544ds.c b/board/freescale/mpc8544ds/mpc8544ds.c
index 8ddbb01011..80822bec73 100644
--- a/board/freescale/mpc8544ds/mpc8544ds.c
+++ b/board/freescale/mpc8544ds/mpc8544ds.c
@@ -540,12 +540,5 @@ ft_board_setup(void *blob, bd_t *bd)
debug("PCI@b000 first_busno=%d last_busno=%d\n",p[0],p[1]);
}
#endif
- ft_cpu_setup(blob, bd);
-
- p = ft_get_prop(blob, "/memory/reg", &len);
- if (p != NULL) {
- *p++ = cpu_to_be32(bd->bi_memstart);
- *p = cpu_to_be32(bd->bi_memsize);
- }
}
#endif
OpenPOWER on IntegriCloud