diff options
author | Jon Loeliger <jdl@freescale.com> | 2006-10-19 11:33:52 -0500 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2006-10-19 11:33:52 -0500 |
commit | 13a7fcdf37f6ea9429ae04c9df67f893364cfe4b (patch) | |
tree | ce428464fe9a2e0bb74e024c124f9204d9cfefb4 /include/ft_build.h | |
parent | 5f3249a0a168e446a4cc9669b2bce0bc456f0a09 (diff) | |
download | u-boot-imx-13a7fcdf37f6ea9429ae04c9df67f893364cfe4b.zip u-boot-imx-13a7fcdf37f6ea9429ae04c9df67f893364cfe4b.tar.gz u-boot-imx-13a7fcdf37f6ea9429ae04c9df67f893364cfe4b.tar.bz2 |
* Fix a bunch of compiler warnings for gcc 4.0
Signed-off-by: Matthew McClintock <msm@freescale.com>
Diffstat (limited to 'include/ft_build.h')
-rw-r--r-- | include/ft_build.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ft_build.h b/include/ft_build.h index f515687..89c689c 100644 --- a/include/ft_build.h +++ b/include/ft_build.h @@ -64,6 +64,8 @@ void *ft_get_prop(void *bphp, const char *propname, int *szp); #ifdef CONFIG_OF_BOARD_SETUP void ft_board_setup(void *blob, bd_t *bd); +void ft_cpu_setup(void *blob, bd_t *bd); +void ft_pci_setup(void *blob, bd_t *bd); #endif #endif |