diff options
Diffstat (limited to 'arch/arm/mach-mx5/board-mx51_3ds.c')
-rw-r--r-- | arch/arm/mach-mx5/board-mx51_3ds.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-mx5/board-mx51_3ds.c b/arch/arm/mach-mx5/board-mx51_3ds.c index 07a38154da21..f988be7324fb 100644 --- a/arch/arm/mach-mx5/board-mx51_3ds.c +++ b/arch/arm/mach-mx5/board-mx51_3ds.c | |||
@@ -25,7 +25,6 @@ | |||
25 | #include <mach/3ds_debugboard.h> | 25 | #include <mach/3ds_debugboard.h> |
26 | 26 | ||
27 | #include "devices-imx51.h" | 27 | #include "devices-imx51.h" |
28 | #include "devices.h" | ||
29 | 28 | ||
30 | #define EXPIO_PARENT_INT gpio_to_irq(IMX_GPIO_NR(1, 6)) | 29 | #define EXPIO_PARENT_INT gpio_to_irq(IMX_GPIO_NR(1, 6)) |
31 | #define MX51_3DS_ECSPI2_CS (GPIO_PORTC + 28) | 30 | #define MX51_3DS_ECSPI2_CS (GPIO_PORTC + 28) |
@@ -169,7 +168,7 @@ static struct sys_timer mx51_3ds_timer = { | |||
169 | 168 | ||
170 | MACHINE_START(MX51_3DS, "Freescale MX51 3-Stack Board") | 169 | MACHINE_START(MX51_3DS, "Freescale MX51 3-Stack Board") |
171 | /* Maintainer: Freescale Semiconductor, Inc. */ | 170 | /* Maintainer: Freescale Semiconductor, Inc. */ |
172 | .boot_params = MX51_PHYS_OFFSET + 0x100, | 171 | .atag_offset = 0x100, |
173 | .map_io = mx51_map_io, | 172 | .map_io = mx51_map_io, |
174 | .init_early = imx51_init_early, | 173 | .init_early = imx51_init_early, |
175 | .init_irq = mx51_init_irq, | 174 | .init_irq = mx51_init_irq, |