diff options
Diffstat (limited to 'arch/arm/mach-msm/board-msm7x27.c')
-rw-r--r-- | arch/arm/mach-msm/board-msm7x27.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-msm/board-msm7x27.c b/arch/arm/mach-msm/board-msm7x27.c index 1a313e10c68a..6d84ee740df4 100644 --- a/arch/arm/mach-msm/board-msm7x27.c +++ b/arch/arm/mach-msm/board-msm7x27.c | |||
@@ -129,7 +129,7 @@ static void __init msm7x2x_map_io(void) | |||
129 | } | 129 | } |
130 | 130 | ||
131 | MACHINE_START(MSM7X27_SURF, "QCT MSM7x27 SURF") | 131 | MACHINE_START(MSM7X27_SURF, "QCT MSM7x27 SURF") |
132 | .boot_params = PLAT_PHYS_OFFSET + 0x100, | 132 | .atag_offset = 0x100, |
133 | .map_io = msm7x2x_map_io, | 133 | .map_io = msm7x2x_map_io, |
134 | .init_irq = msm7x2x_init_irq, | 134 | .init_irq = msm7x2x_init_irq, |
135 | .init_machine = msm7x2x_init, | 135 | .init_machine = msm7x2x_init, |
@@ -137,7 +137,7 @@ MACHINE_START(MSM7X27_SURF, "QCT MSM7x27 SURF") | |||
137 | MACHINE_END | 137 | MACHINE_END |
138 | 138 | ||
139 | MACHINE_START(MSM7X27_FFA, "QCT MSM7x27 FFA") | 139 | MACHINE_START(MSM7X27_FFA, "QCT MSM7x27 FFA") |
140 | .boot_params = PLAT_PHYS_OFFSET + 0x100, | 140 | .atag_offset = 0x100, |
141 | .map_io = msm7x2x_map_io, | 141 | .map_io = msm7x2x_map_io, |
142 | .init_irq = msm7x2x_init_irq, | 142 | .init_irq = msm7x2x_init_irq, |
143 | .init_machine = msm7x2x_init, | 143 | .init_machine = msm7x2x_init, |
@@ -145,7 +145,7 @@ MACHINE_START(MSM7X27_FFA, "QCT MSM7x27 FFA") | |||
145 | MACHINE_END | 145 | MACHINE_END |
146 | 146 | ||
147 | MACHINE_START(MSM7X25_SURF, "QCT MSM7x25 SURF") | 147 | MACHINE_START(MSM7X25_SURF, "QCT MSM7x25 SURF") |
148 | .boot_params = PLAT_PHYS_OFFSET + 0x100, | 148 | .atag_offset = 0x100, |
149 | .map_io = msm7x2x_map_io, | 149 | .map_io = msm7x2x_map_io, |
150 | .init_irq = msm7x2x_init_irq, | 150 | .init_irq = msm7x2x_init_irq, |
151 | .init_machine = msm7x2x_init, | 151 | .init_machine = msm7x2x_init, |
@@ -153,7 +153,7 @@ MACHINE_START(MSM7X25_SURF, "QCT MSM7x25 SURF") | |||
153 | MACHINE_END | 153 | MACHINE_END |
154 | 154 | ||
155 | MACHINE_START(MSM7X25_FFA, "QCT MSM7x25 FFA") | 155 | MACHINE_START(MSM7X25_FFA, "QCT MSM7x25 FFA") |
156 | .boot_params = PLAT_PHYS_OFFSET + 0x100, | 156 | .atag_offset = 0x100, |
157 | .map_io = msm7x2x_map_io, | 157 | .map_io = msm7x2x_map_io, |
158 | .init_irq = msm7x2x_init_irq, | 158 | .init_irq = msm7x2x_init_irq, |
159 | .init_machine = msm7x2x_init, | 159 | .init_machine = msm7x2x_init, |