|
@@ -130,7 +130,7 @@ static void __init msm7x2x_map_io(void)
|
|
|
}
|
|
|
|
|
|
MACHINE_START(MSM7X27_SURF, "QCT MSM7x27 SURF")
|
|
|
- .boot_params = PLAT_PHYS_OFFSET + 0x100,
|
|
|
+ .atag_offset = 0x100,
|
|
|
.map_io = msm7x2x_map_io,
|
|
|
.init_irq = msm7x2x_init_irq,
|
|
|
.init_machine = msm7x2x_init,
|
|
@@ -138,7 +138,7 @@ MACHINE_START(MSM7X27_SURF, "QCT MSM7x27 SURF")
|
|
|
MACHINE_END
|
|
|
|
|
|
MACHINE_START(MSM7X27_FFA, "QCT MSM7x27 FFA")
|
|
|
- .boot_params = PLAT_PHYS_OFFSET + 0x100,
|
|
|
+ .atag_offset = 0x100,
|
|
|
.map_io = msm7x2x_map_io,
|
|
|
.init_irq = msm7x2x_init_irq,
|
|
|
.init_machine = msm7x2x_init,
|
|
@@ -146,7 +146,7 @@ MACHINE_START(MSM7X27_FFA, "QCT MSM7x27 FFA")
|
|
|
MACHINE_END
|
|
|
|
|
|
MACHINE_START(MSM7X25_SURF, "QCT MSM7x25 SURF")
|
|
|
- .boot_params = PLAT_PHYS_OFFSET + 0x100,
|
|
|
+ .atag_offset = 0x100,
|
|
|
.map_io = msm7x2x_map_io,
|
|
|
.init_irq = msm7x2x_init_irq,
|
|
|
.init_machine = msm7x2x_init,
|
|
@@ -154,7 +154,7 @@ MACHINE_START(MSM7X25_SURF, "QCT MSM7x25 SURF")
|
|
|
MACHINE_END
|
|
|
|
|
|
MACHINE_START(MSM7X25_FFA, "QCT MSM7x25 FFA")
|
|
|
- .boot_params = PLAT_PHYS_OFFSET + 0x100,
|
|
|
+ .atag_offset = 0x100,
|
|
|
.map_io = msm7x2x_map_io,
|
|
|
.init_irq = msm7x2x_init_irq,
|
|
|
.init_machine = msm7x2x_init,
|