aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-msm/board-qsd8x50.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-msm/board-qsd8x50.c')
-rw-r--r--arch/arm/mach-msm/board-qsd8x50.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-msm/board-qsd8x50.c b/arch/arm/mach-msm/board-qsd8x50.c
index 6dde8185205f..15c2bbd2ef81 100644
--- a/arch/arm/mach-msm/board-qsd8x50.c
+++ b/arch/arm/mach-msm/board-qsd8x50.c
@@ -118,7 +118,7 @@ static void __init qsd8x50_init(void)
118MACHINE_START(QSD8X50_SURF, "QCT QSD8X50 SURF") 118MACHINE_START(QSD8X50_SURF, "QCT QSD8X50 SURF")
119#ifdef CONFIG_MSM_DEBUG_UART 119#ifdef CONFIG_MSM_DEBUG_UART
120#endif 120#endif
121 .boot_params = PHYS_OFFSET + 0x100, 121 .boot_params = PLAT_PHYS_OFFSET + 0x100,
122 .map_io = qsd8x50_map_io, 122 .map_io = qsd8x50_map_io,
123 .init_irq = qsd8x50_init_irq, 123 .init_irq = qsd8x50_init_irq,
124 .init_machine = qsd8x50_init, 124 .init_machine = qsd8x50_init,
@@ -128,7 +128,7 @@ MACHINE_END
128MACHINE_START(QSD8X50A_ST1_5, "QCT QSD8X50A ST1.5") 128MACHINE_START(QSD8X50A_ST1_5, "QCT QSD8X50A ST1.5")
129#ifdef CONFIG_MSM_DEBUG_UART 129#ifdef CONFIG_MSM_DEBUG_UART
130#endif 130#endif
131 .boot_params = PHYS_OFFSET + 0x100, 131 .boot_params = PLAT_PHYS_OFFSET + 0x100,
132 .map_io = qsd8x50_map_io, 132 .map_io = qsd8x50_map_io,
133 .init_irq = qsd8x50_init_irq, 133 .init_irq = qsd8x50_init_irq,
134 .init_machine = qsd8x50_init, 134 .init_machine = qsd8x50_init,