diff options
author | Glenn Elliott <gelliott@cs.unc.edu> | 2012-03-04 19:47:13 -0500 |
---|---|---|
committer | Glenn Elliott <gelliott@cs.unc.edu> | 2012-03-04 19:47:13 -0500 |
commit | c71c03bda1e86c9d5198c5d83f712e695c4f2a1e (patch) | |
tree | ecb166cb3e2b7e2adb3b5e292245fefd23381ac8 /arch/arm/mach-imx/mach-scb9328.c | |
parent | ea53c912f8a86a8567697115b6a0d8152beee5c8 (diff) | |
parent | 6a00f206debf8a5c8899055726ad127dbeeed098 (diff) |
Merge branch 'mpi-master' into wip-k-fmlpwip-k-fmlp
Conflicts:
litmus/sched_cedf.c
Diffstat (limited to 'arch/arm/mach-imx/mach-scb9328.c')
-rw-r--r-- | arch/arm/mach-imx/mach-scb9328.c | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/arch/arm/mach-imx/mach-scb9328.c b/arch/arm/mach-imx/mach-scb9328.c index 88bf0d1e26e6..dcaee043628e 100644 --- a/arch/arm/mach-imx/mach-scb9328.c +++ b/arch/arm/mach-imx/mach-scb9328.c | |||
@@ -25,7 +25,6 @@ | |||
25 | #include <mach/iomux-mx1.h> | 25 | #include <mach/iomux-mx1.h> |
26 | 26 | ||
27 | #include "devices-imx1.h" | 27 | #include "devices-imx1.h" |
28 | #include "devices.h" | ||
29 | 28 | ||
30 | /* | 29 | /* |
31 | * This scb9328 has a 32MiB flash | 30 | * This scb9328 has a 32MiB flash |
@@ -95,7 +94,7 @@ static struct platform_device dm9000x_device = { | |||
95 | } | 94 | } |
96 | }; | 95 | }; |
97 | 96 | ||
98 | static int mxc_uart1_pins[] = { | 97 | static const int mxc_uart1_pins[] = { |
99 | PC9_PF_UART1_CTS, | 98 | PC9_PF_UART1_CTS, |
100 | PC10_PF_UART1_RTS, | 99 | PC10_PF_UART1_RTS, |
101 | PC11_PF_UART1_TXD, | 100 | PC11_PF_UART1_TXD, |
@@ -146,12 +145,11 @@ static struct sys_timer scb9328_timer = { | |||
146 | }; | 145 | }; |
147 | 146 | ||
148 | MACHINE_START(SCB9328, "Synertronixx scb9328") | 147 | MACHINE_START(SCB9328, "Synertronixx scb9328") |
149 | /* Sascha Hauer */ | 148 | /* Sascha Hauer */ |
150 | .phys_io = 0x00200000, | 149 | .boot_params = 0x08000100, |
151 | .io_pg_offst = ((0xe0200000) >> 18) & 0xfffc, | 150 | .map_io = mx1_map_io, |
152 | .boot_params = 0x08000100, | 151 | .init_early = imx1_init_early, |
153 | .map_io = mx1_map_io, | 152 | .init_irq = mx1_init_irq, |
154 | .init_irq = mx1_init_irq, | 153 | .timer = &scb9328_timer, |
155 | .timer = &scb9328_timer, | 154 | .init_machine = scb9328_init, |
156 | .init_machine = scb9328_init, | ||
157 | MACHINE_END | 155 | MACHINE_END |