diff options
Diffstat (limited to 'arch/arm/mach-mx3/mach-mx31_3ds.c')
-rw-r--r-- | arch/arm/mach-mx3/mach-mx31_3ds.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/mach-mx3/mach-mx31_3ds.c b/arch/arm/mach-mx3/mach-mx31_3ds.c index 0d24b3c63c83..b7d0953046e1 100644 --- a/arch/arm/mach-mx3/mach-mx31_3ds.c +++ b/arch/arm/mach-mx3/mach-mx31_3ds.c | |||
@@ -42,10 +42,6 @@ | |||
42 | /* CPLD IRQ line for external uart, external ethernet etc */ | 42 | /* CPLD IRQ line for external uart, external ethernet etc */ |
43 | #define EXPIO_PARENT_INT IOMUX_TO_IRQ(MX31_PIN_GPIO1_1) | 43 | #define EXPIO_PARENT_INT IOMUX_TO_IRQ(MX31_PIN_GPIO1_1) |
44 | 44 | ||
45 | /* | ||
46 | * This file contains the board-specific initialization routines. | ||
47 | */ | ||
48 | |||
49 | static int mx31_3ds_pins[] = { | 45 | static int mx31_3ds_pins[] = { |
50 | /* UART1 */ | 46 | /* UART1 */ |
51 | MX31_PIN_CTS1__CTS1, | 47 | MX31_PIN_CTS1__CTS1, |
@@ -371,10 +367,6 @@ static struct sys_timer mx31_3ds_timer = { | |||
371 | .init = mx31_3ds_timer_init, | 367 | .init = mx31_3ds_timer_init, |
372 | }; | 368 | }; |
373 | 369 | ||
374 | /* | ||
375 | * The following uses standard kernel macros defined in arch.h in order to | ||
376 | * initialize __mach_desc_MX31_3DS data structure. | ||
377 | */ | ||
378 | MACHINE_START(MX31_3DS, "Freescale MX31PDK (3DS)") | 370 | MACHINE_START(MX31_3DS, "Freescale MX31PDK (3DS)") |
379 | /* Maintainer: Freescale Semiconductor, Inc. */ | 371 | /* Maintainer: Freescale Semiconductor, Inc. */ |
380 | .boot_params = MX3x_PHYS_OFFSET + 0x100, | 372 | .boot_params = MX3x_PHYS_OFFSET + 0x100, |