aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-mxc
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2008-07-05 10:03:01 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2008-07-05 10:03:01 +0200
commitff6552e4f3505da9c2886098773146be71c872e3 (patch)
treed5eeca5ae20095d31461796c8320386f5414fdfd /include/asm-arm/arch-mxc
parenti.MX27: Adding PCM038 platform support (diff)
downloadlinux-dev-ff6552e4f3505da9c2886098773146be71c872e3.tar.xz
linux-dev-ff6552e4f3505da9c2886098773146be71c872e3.zip
i.MX27 family: Add the Phytec PCM970 evaluation board
The Phytec phyCORE-i.MX27 CPU module is delivered with the PCM970 baseboard by default. This patch adds support for the hardware. This code is only an empty stub; it is filled up with functionality in a later patch series. Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
Diffstat (limited to 'include/asm-arm/arch-mxc')
-rw-r--r--include/asm-arm/arch-mxc/board-pcm038.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-arm/arch-mxc/board-pcm038.h b/include/asm-arm/arch-mxc/board-pcm038.h
index 300467e8db66..750c62afd90f 100644
--- a/include/asm-arm/arch-mxc/board-pcm038.h
+++ b/include/asm-arm/arch-mxc/board-pcm038.h
@@ -30,7 +30,12 @@
* its own devices, it calls baseboard's init function.
* TODO: Add your own baseboard init function and call it from
* inside pcm038_init().
+ *
+ * This example here is for the development board. Refer pcm970-baseboard.c
*/
+
+extern void pcm970_baseboard_init(void);
+
#endif
#endif /* __ASM_ARCH_MXC_BOARD_PCM038_H__ */