diff options
Diffstat (limited to 'arch/ppc/boot/simple/misc-radstone_ppc7d.c')
-rw-r--r-- | arch/ppc/boot/simple/misc-radstone_ppc7d.c | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/arch/ppc/boot/simple/misc-radstone_ppc7d.c b/arch/ppc/boot/simple/misc-radstone_ppc7d.c deleted file mode 100644 index 0f302ea9c3d1..000000000000 --- a/arch/ppc/boot/simple/misc-radstone_ppc7d.c +++ /dev/null | |||
@@ -1,24 +0,0 @@ | |||
1 | /* | ||
2 | * Misc data for Radstone PPC7D board. | ||
3 | * | ||
4 | * Author: James Chapman <jchapman@katalix.com> | ||
5 | */ | ||
6 | |||
7 | #include <linux/types.h> | ||
8 | #include <platforms/radstone_ppc7d.h> | ||
9 | |||
10 | #if defined(CONFIG_SERIAL_MPSC_CONSOLE) | ||
11 | extern u32 mv64x60_console_baud; | ||
12 | extern u32 mv64x60_mpsc_clk_src; | ||
13 | extern u32 mv64x60_mpsc_clk_freq; | ||
14 | #endif | ||
15 | |||
16 | void | ||
17 | mv64x60_board_init(void __iomem *old_base, void __iomem *new_base) | ||
18 | { | ||
19 | #if defined(CONFIG_SERIAL_MPSC_CONSOLE) | ||
20 | mv64x60_console_baud = PPC7D_DEFAULT_BAUD; | ||
21 | mv64x60_mpsc_clk_src = PPC7D_MPSC_CLK_SRC; | ||
22 | mv64x60_mpsc_clk_freq = PPC7D_MPSC_CLK_FREQ; | ||
23 | #endif | ||
24 | } | ||