|
@@ -132,7 +132,7 @@ static void __init msm7x2x_map_io(void)
|
|
|
MACHINE_START(MSM7X27_SURF, "QCT MSM7x27 SURF")
|
|
|
#ifdef CONFIG_MSM_DEBUG_UART
|
|
|
#endif
|
|
|
- .boot_params = PHYS_OFFSET + 0x100,
|
|
|
+ .boot_params = PLAT_PHYS_OFFSET + 0x100,
|
|
|
.map_io = msm7x2x_map_io,
|
|
|
.init_irq = msm7x2x_init_irq,
|
|
|
.init_machine = msm7x2x_init,
|
|
@@ -142,7 +142,7 @@ MACHINE_END
|
|
|
MACHINE_START(MSM7X27_FFA, "QCT MSM7x27 FFA")
|
|
|
#ifdef CONFIG_MSM_DEBUG_UART
|
|
|
#endif
|
|
|
- .boot_params = PHYS_OFFSET + 0x100,
|
|
|
+ .boot_params = PLAT_PHYS_OFFSET + 0x100,
|
|
|
.map_io = msm7x2x_map_io,
|
|
|
.init_irq = msm7x2x_init_irq,
|
|
|
.init_machine = msm7x2x_init,
|
|
@@ -152,7 +152,7 @@ MACHINE_END
|
|
|
MACHINE_START(MSM7X25_SURF, "QCT MSM7x25 SURF")
|
|
|
#ifdef CONFIG_MSM_DEBUG_UART
|
|
|
#endif
|
|
|
- .boot_params = PHYS_OFFSET + 0x100,
|
|
|
+ .boot_params = PLAT_PHYS_OFFSET + 0x100,
|
|
|
.map_io = msm7x2x_map_io,
|
|
|
.init_irq = msm7x2x_init_irq,
|
|
|
.init_machine = msm7x2x_init,
|
|
@@ -162,7 +162,7 @@ MACHINE_END
|
|
|
MACHINE_START(MSM7X25_FFA, "QCT MSM7x25 FFA")
|
|
|
#ifdef CONFIG_MSM_DEBUG_UART
|
|
|
#endif
|
|
|
- .boot_params = PHYS_OFFSET + 0x100,
|
|
|
+ .boot_params = PLAT_PHYS_OFFSET + 0x100,
|
|
|
.map_io = msm7x2x_map_io,
|
|
|
.init_irq = msm7x2x_init_irq,
|
|
|
.init_machine = msm7x2x_init,
|