summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKim Phillips <kim.phillips@freescale.com>2007-08-16 03:30:26 (GMT)
committerKim Phillips <kim.phillips@freescale.com>2007-08-16 03:36:33 (GMT)
commit6a16e0dfcc4119b46adb1dce2d6c8fb3c5d108e1 (patch)
tree7b67b067fc514ec885677b99bac2b0c77e144f02 /include
parent8f9e0e9f339aee4ce31a338d5f27356eb5457f85 (diff)
downloadu-boot-6a16e0dfcc4119b46adb1dce2d6c8fb3c5d108e1.tar.xz
mpc83xx: move common /memory node update mechanism to cpu.c
also adds common prototypes to include/common.h. Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/common.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index 27a660a..9a5a0ab 100644
--- a/include/common.h
+++ b/include/common.h
@@ -434,6 +434,13 @@ int checkdcache (void);
void upmconfig (unsigned int, unsigned int *, unsigned int);
ulong get_tbclk (void);
void reset_cpu (ulong addr);
+#if defined (CONFIG_OF_LIBFDT) && defined (CONFIG_OF_BOARD_SETUP)
+void ft_cpu_setup(void *blob, bd_t *bd);
+#ifdef CONFIG_PCI
+void ft_pci_setup(void *blob, bd_t *bd);
+#endif
+#endif
+
/* $(CPU)/serial.c */
int serial_init (void);