diff options
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__ */ |