diff options
author | Juergen Beisert <j.beisert@pengutronix.de> | 2008-07-05 04:03:01 -0400 |
---|---|---|
committer | Robert Schwebel <r.schwebel@pengutronix.de> | 2008-07-05 04:03:01 -0400 |
commit | ff6552e4f3505da9c2886098773146be71c872e3 (patch) | |
tree | d5eeca5ae20095d31461796c8320386f5414fdfd /include/asm-arm | |
parent | 7e5e9f5457f5cd019fd7e2f3da94e9fc72cc9ff6 (diff) |
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')
-rw-r--r-- | include/asm-arm/arch-mxc/board-pcm038.h | 5 |
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 @@ | |||
30 | * its own devices, it calls baseboard's init function. | 30 | * its own devices, it calls baseboard's init function. |
31 | * TODO: Add your own baseboard init function and call it from | 31 | * TODO: Add your own baseboard init function and call it from |
32 | * inside pcm038_init(). | 32 | * inside pcm038_init(). |
33 | * | ||
34 | * This example here is for the development board. Refer pcm970-baseboard.c | ||
33 | */ | 35 | */ |
36 | |||
37 | extern void pcm970_baseboard_init(void); | ||
38 | |||
34 | #endif | 39 | #endif |
35 | 40 | ||
36 | #endif /* __ASM_ARCH_MXC_BOARD_PCM038_H__ */ | 41 | #endif /* __ASM_ARCH_MXC_BOARD_PCM038_H__ */ |